Searched refs:InstDef (Results 1 – 2 of 2) sorted by relevance
1018 for (const Record *InstDef : InstDefs) { in createSchedClassName() local1020 Name += InstDef->getName(); in createSchedClassName()1075 for (Record *InstDef : *InstDefs) { in createInstRWClass()1076 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()1078 PrintFatalError(InstDef->getLoc(), "No sched class for instruction."); in createInstRWClass()1080 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()1157 for (Record *InstDef : InstDefs) in createInstRWClass()1158 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
457 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() local458 if (EncodingDef != InstDef) in emitNameWithID()460 OS << InstDef->getName(); in emitNameWithID()