HomeSort by relevance Sort by last modified time
    Searched refs:Sel (Results 176 - 200 of 295) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 374 Value *Sel = new LoadInst(SelAddr, "sel", false, InsertPt);
376 Ty = StructType::get(Exn->getType(), Sel->getType(), NULL);
380 return InsertValueInst::Create(LPadVal, Sel, 1, "lpad.val", InsertPt);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.h 544 UINT32 Sel:3; /* Select */
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 306 MachineOperand &Sel =
308 Result.push_back(std::make_pair(&MO, Sel.getImm()));
329 MachineOperand &Sel =
331 Result.push_back(std::make_pair(&MO, Sel.getImm()));
    [all...]
R600ISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
call.go 273 sel := e.Sel.Name
287 exp := pkg.scope.Lookup(sel)
290 check.errorf(e.Pos(), "%s not declared by package %s", sel, pkg.name)
295 check.errorf(e.Pos(), "%s not exported by package %s", sel, pkg.name)
298 check.recordUse(e.Sel, exp)
341 obj, index, indirect = LookupFieldOrMethod(x.typ, x.mode == variable, check.pkg, sel)
346 check.invalidOp(e.Pos(), "ambiguous selector %s", sel)
348 check.invalidOp(e.Pos(), "%s is not in method set of %s", sel, x.typ)
350 check.invalidOp(e.Pos(), "%s has no field or method %s", x, sel)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
call.go 273 sel := e.Sel.Name
287 exp := pkg.scope.Lookup(sel)
290 check.errorf(e.Pos(), "%s not declared by package %s", sel, pkg.name)
295 check.errorf(e.Pos(), "%s not exported by package %s", sel, pkg.name)
298 check.recordUse(e.Sel, exp)
341 obj, index, indirect = LookupFieldOrMethod(x.typ, x.mode == variable, check.pkg, sel)
346 check.invalidOp(e.Pos(), "ambiguous selector %s", sel)
348 check.invalidOp(e.Pos(), "%s is not in method set of %s", sel, x.typ)
350 check.invalidOp(e.Pos(), "%s has no field or method %s", x, sel)
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 667 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
668 return serialization::ComputeHash(Sel);
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 861 void clang::index::generateUSRForObjCMethod(StringRef Sel,
864 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 689 int sel = MI->getOperand(OpNo).getImm(); local
691 int chan = sel & 3;
692 sel >>= 2;
694 if (sel >= 512) {
695 sel -= 512;
696 int cb = sel >> 12;
697 sel &= 4095;
698 O << cb << '[' << sel << ']'; local
699 } else if (sel >= 448) {
700 sel -= 448
701 O << sel; local
703 O << sel; local
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 633 Value *Sel = Builder.CreateSelect(BI->getCondition(),
637 Counters->getValueType(), Counters, {Builder.getInt64(0), Sel});
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 469 Value *Sel = Builder.CreateSelect(
475 Idx.push_back(Sel);
  /prebuilts/go/darwin-x86/src/go/ast/
walk.go 111 Walk(v, n.Sel)
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 111 Walk(v, n.Sel)
  /external/clang/lib/CodeGen/
CGException.cpp 400 return Builder.CreateLoad(getEHSelectorSlot(), "sel");
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]

Completed in 2031 milliseconds

1 2 3 4 5 6 78 91011>>