Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp2494 const Record *InstDef = Instr->TheDef; in handleHwModesUnrelatedEncodings() local
2499 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName); in handleHwModesUnrelatedEncodings()
2504 InstDef->getValueAsString("DecoderNamespace").str(); in handleHwModesUnrelatedEncodings()
2508 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName); in handleHwModesUnrelatedEncodings()
2512 GlobalEncodings.emplace_back(InstDef, Instr, ""); in handleHwModesUnrelatedEncodings()
2517 GlobalEncodings.emplace_back(InstDef, Instr, ""); in handleHwModesUnrelatedEncodings()
2559 const Record *InstDef = NumberedInstruction->TheDef; in run() local
2560 if (const RecordVal *RV = InstDef->getValue("EncodingInfos")) { in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp956 for (const Record *InstDef : InstDefs) { in createSchedClassName() local
958 Name += InstDef->getName(); in createSchedClassName()
1012 for (const Record *InstDef : *InstDefs) { in createInstRWClass()
1013 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()
1015 PrintFatalError(InstDef->getLoc(), "No sched class for instruction."); in createInstRWClass()
1017 ClassInstrs[SCIdx].push_back(InstDef); in createInstRWClass()
1093 for (const Record *InstDef : InstDefs) in createInstRWClass() local
1094 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()