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.
CodeGenInstruction.h 129 Record *TheDef; // The actual record containing this OperandList.
209 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();
CodeGenRegisters.h 55 Record *const TheDef;
128 Record *TheDef;
142 // Extract more information from TheDef. This is used to build an object
276 Record *TheDef;
317 Record *getDef() const { return TheDef; }
AsmMatcherEmitter.cpp 415 /// TheDef - This is the definition of the instruction or InstAlias that this
417 Record *const TheDef;
459 : AsmVariantID(0), AsmString(CGI.AsmString), TheDef(CGI.TheDef), DefRec(&CGI),
464 : AsmVariantID(0), AsmString(Alias->AsmString), TheDef(Alias->TheDef),
467 TheDef->getValueAsBit("UseInstAsmMatchConverter")) {
475 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands),
605 Record *TheDef;
    [all...]

Completed in 87 milliseconds