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;
111 Record *TheDef;
124 // Extract more information from TheDef. This is used to build an object
250 Record *TheDef;
285 Record *getDef() const { return TheDef; }
AsmMatcherEmitter.cpp 394 /// TheDef - This is the definition of the instruction or InstAlias that this
396 Record *const TheDef;
434 : AsmVariantID(0), TheDef(CGI.TheDef), DefRec(&CGI),
439 : AsmVariantID(0), TheDef(Alias->TheDef), DefRec(Alias),
562 Record *TheDef;
567 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
571 return "Feature_" + TheDef->getName();
679 errs() << TheDef->getName() << " -- " << "flattened:\"" << AsmString <<"\"\n"
    [all...]

Completed in 50 milliseconds