Searched refs:InstDef (Results 1 – 2 of 2) sorted by relevance
999 for (const Record *InstDef : InstDefs) { in createSchedClassName() local1001 Name += InstDef->getName(); in createSchedClassName()1056 for (Record *InstDef : *InstDefs) { in createInstRWClass()1057 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()1059 PrintFatalError(InstDef->getLoc(), "No sched class for instruction."); in createInstRWClass()1061 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()1138 for (Record *InstDef : InstDefs) in createInstRWClass()1139 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
455 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() local456 if (EncodingDef != InstDef) in emitNameWithID()458 OS << InstDef->getName(); in emitNameWithID()