Searched refs:InstDef (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1054 for (Record *InstDef : *InstDefs) {
1055 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef);
1057 PrintFatalError(InstDef->getLoc(), "No sched class for instruction.");
1059 ClassInstrs[SCIdx].push_back(InstDef);
1121 for (Record *InstDef : InstDefs) {
1125 InstDef->getName() +
1137 for (Record *InstDef : InstDefs)
1138 InstrClassMap[InstDef] = SCIdx;
H A DFixedLenDecoderEmitter.cpp442 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; local
443 if (EncodingDef != InstDef)
445 OS << InstDef->getName();

Completed in 106 milliseconds