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

  /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.
203 Record *TheDef; // The actual record defining this instruction.
267 Record *TheDef; // The actual record defining this InstAlias.
CodeGenRegisters.h 37 Record *const TheDef;
90 Record *TheDef;
173 Record *TheDef;
206 Record *getDef() const { return TheDef; }
AsmMatcherEmitter.cpp 373 /// TheDef - This is the definition of the instruction or InstAlias that this
375 Record *const TheDef;
413 : AsmVariantID(0), TheDef(CGI.TheDef), DefRec(&CGI),
418 : AsmVariantID(0), TheDef(Alias->TheDef), DefRec(Alias),
528 Record *TheDef;
533 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
537 return "Feature_" + TheDef->getName();
644 errs() << TheDef->getName() << " -- " << "flattened:\"" << AsmString <<"\"\n"
    [all...]

Completed in 37 milliseconds