HomeSort by relevance Sort by last modified time
    Searched defs:TheDef (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h 27 Record *TheDef; // The actual record defining this intrinsic.
CodeGenRegisters.h 36 Record *TheDef;
97 Record *TheDef;
121 Record *getDef() const { return TheDef; }
CodeGenInstruction.h 128 Record *TheDef; // The actual record containing this OperandList.
203 Record *TheDef; // The actual record defining this instruction.
267 Record *TheDef; // The actual record defining this InstAlias.
AsmMatcherEmitter.cpp 369 /// TheDef - This is the definition of the instruction or InstAlias that this
371 Record *const TheDef;
409 : TheDef(CGI.TheDef), DefRec(&CGI), AsmString(CGI.AsmString) {
413 : TheDef(Alias->TheDef), DefRec(Alias), AsmString(Alias->AsmString) {
520 Record *TheDef;
525 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
529 return "Feature_" + TheDef->getName();
638 errs() << TheDef->getName() << " -- " << "flattened:\"" << AsmString <<"\"\n"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 27 Record *TheDef; // The actual record defining this intrinsic.
CodeGenInstruction.h 128 Record *TheDef; // The actual record containing this OperandList.
208 Record *TheDef; // The actual record defining this instruction.
292 Record *TheDef; // The actual record defining this InstAlias.
CodeGenSchedule.h 40 /// sequences. TheDef is nonnull for explicit SchedWrites, but Sequence may or
41 /// may not be empty. TheDef is null for inferred sequences, and Sequence must
49 Record *TheDef;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
83 assert((!HasVariants || TheDef) && "Variant write needs record def");
88 return TheDef || !Sequence.empty();
AsmMatcherEmitter.cpp 470 /// TheDef - This is the definition of the instruction or InstAlias that this
472 Record *const TheDef;
514 : AsmVariantID(0), AsmString(CGI.AsmString), TheDef(CGI.TheDef), DefRec(&CGI),
519 : AsmVariantID(0), AsmString(Alias->AsmString), TheDef(Alias->TheDef),
522 TheDef->getValueAsBit("UseInstAsmMatchConverter")) {
530 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands),
660 Record *TheDef;
    [all...]
CodeGenRegisters.h 54 Record *const TheDef;
127 Record *TheDef;
141 // Extract more information from TheDef. This is used to build an object
275 Record *TheDef;
317 Record *getDef() const { return TheDef; }

Completed in 772 milliseconds