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.
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...]

Completed in 140 milliseconds