Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp993 for (const Record *InstDef : InstDefs) { in createSchedClassName() local
995 Name += InstDef->getName(); in createSchedClassName()
1050 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1051 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()
1053 PrintFatalError(InstDef->getLoc(), "No sched class for instruction."); in createInstRWClass()
1055 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()
1132 for (Record *InstDef : InstDefs) in createInstRWClass()
1133 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
H A DFixedLenDecoderEmitter.cpp444 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() local
445 if (EncodingDef != InstDef) in emitNameWithID()
447 OS << InstDef->getName(); in emitNameWithID()