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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 27 Record *TheDef; // The actual record defining this intrinsic.
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(0), IsRead(false), IsAlias(false),
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
77 : Index(Idx), Name(Name), TheDef(0), IsRead(Read), IsAlias(false),
83 assert((!HasVariants || TheDef) && "Variant write needs record def");
88 return TheDef || !Sequence.empty();
CodeGenInstruction.h 128 Record *TheDef; // The actual record containing this OperandList.
202 Record *TheDef; // The actual record defining this instruction.
279 Record *TheDef; // The actual record defining this InstAlias.
CodeGenRegisters.h 37 Record *const TheDef;
96 Record *TheDef;
109 // Extract more information from TheDef. This is used to build an object
238 Record *TheDef;
273 Record *getDef() const { return TheDef; }
AsmMatcherEmitter.cpp 393 /// TheDef - This is the definition of the instruction or InstAlias that this
395 Record *const TheDef;
433 : AsmVariantID(0), TheDef(CGI.TheDef), DefRec(&CGI),
438 : AsmVariantID(0), TheDef(Alias->TheDef), DefRec(Alias),
561 Record *TheDef;
566 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
570 return "Feature_" + TheDef->getName();
678 errs() << TheDef->getName() << " -- " << "flattened:\"" << AsmString <<"\"\n"
    [all...]

Completed in 142 milliseconds