HomeSort by relevance Sort by last modified time
    Searched defs:Def (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 222 // Clone the def and add it to the current multiclass
225 // Add all of the values in the superclass into the current def.
265 Record *Def = *j;
267 if (SetValue(Def, SubMultiClass.RefLoc, SMCTArgs[i],
273 Def->resolveReferencesTo(Def->getValue(SMCTArgs[i]));
276 Def->removeValue(SMCTArgs[i]);
295 return K == tgtok::Class || K == tgtok::Def ||
630 /// IDValue ::= ID [def local value]
631 /// IDValue ::= ID [def template arg
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 138 static uint8_t getByteField(const Record &def, const char *str) {
139 BitsInit *bits = def.getValueAsBitsInit(str);
143 static BitsInit &getBitsField(const Record &def, const char *str) {
144 BitsInit *bits = def.getValueAsBitsInit(str);
741 const Record &Def = *(AllInstructions[i]->TheDef);
742 const std::string &Name = Def.getName();
743 if (Def.isSubClassOf("InstARM") || Def.isSubClassOf("InstThumb"))
745 stringForARMFormat((ARMFormat)getByteField(Def, "Form"));
    [all...]
FixedLenDecoderEmitter.cpp 79 static BitsInit &getBitsField(const Record &def, const char *str) {
80 BitsInit *bits = def.getValueAsBitsInit(str);
    [all...]
AsmMatcherEmitter.cpp 623 SubtargetFeatureInfo *getSubtargetFeature(Record *Def) const {
624 assert(Def->isSubClassOf("Predicate") && "Invalid predicate type!");
626 SubtargetFeatures.find(Def);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 1029 /// AL - Represent a reference to a 'def' in the description
1032 Record *Def;
1034 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1048 Record *getDef() const { return Def; }
1059 llvm_unreachable("Illegal bit reference off def");
1067 llvm_unreachable("Illegal element reference off def");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 541 MachineInstr *Def = RegInfo->getVRegDef(Reg);
542 if (Def) {
543 MachineBasicBlock::iterator InsertPos = Def;
544 // FIXME: VR def may not be in entry block.
545 Def->getParent()->insert(std::next(InsertPos), MI);
556 MachineInstr *Def = RegInfo->getVRegDef(LDI->second);
557 MachineBasicBlock::iterator InsertPos = Def;
565 // Def is never a terminator here, so it is ok to increment InsertPos.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
RDFGraph.h 73 // major kinds of reference nodes: defs and uses. A def node will contain
74 // the id of the first reached use, and the id of the first reached def.
75 // Each def and use will contain the id of the reaching def, and also the
76 // id of the next reached def (for def nodes) or use (for use nodes).
77 // The "next node sharing the same reaching def" is denoted as "sibling".
79 // - Def node contains: reaching def, sibling, first reached def, and firs
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 300 /// instruction 'Def' is an input to 'Def' whose base is also a base of 'Def'.
303 /// defining value. The 'base defining value' for 'Def' is the transitive
407 Value *Def = CI->stripPointerCasts();
410 assert(cast<PointerType>(Def->getType())->getAddressSpace() ==
416 assert(!isa<CastInst>(Def) && "shouldn't find another cast here");
417 return findBaseDefiningValue(Def);
514 Value *Def = findBaseDefiningValueCached(I, Cache);
515 auto Found = Cache.find(Def);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 311 MachineInstr *Def = RegInfo->getVRegDef(Reg);
312 MachineBasicBlock::iterator InsertPos = Def;
313 // FIXME: VR def may not be in entry block.
314 Def->getParent()->insert(llvm::next(InsertPos), MI);
320 MachineInstr *Def = RegInfo->getVRegDef(LDI->second);
321 MachineBasicBlock::iterator InsertPos = Def;
325 // Def is never a terminator here, so it is ok to increment InsertPos.
799 "The only use of the vreg must be a use, we haven't emitted the def!");
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 1059 /// AL - Represent a reference to a 'def' in the description
1062 Record *Def;
1064 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1080 Record *getDef() const { return Def; }
1091 llvm_unreachable("Illegal bit reference off def");
1099 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 1059 /// AL - Represent a reference to a 'def' in the description
1062 Record *Def;
1064 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1080 Record *getDef() const { return Def; }
1091 llvm_unreachable("Illegal bit reference off def");
1099 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h 1035 /// AL - Represent a reference to a 'def' in the description
1039 Record *Def;
1041 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {}
1055 Record *getDef() const { return Def; }
1066 llvm_unreachable("Illegal bit reference off def");
1074 llvm_unreachable("Illegal element reference off def");
    [all...]

Completed in 2980 milliseconds

1 2 34 5