Lines Matching refs:InstDef
483 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() local
484 if (EncodingDef != InstDef) in emitNameWithID()
486 OS << InstDef->getName(); in emitNameWithID()
2466 const Record *InstDef = Instr->TheDef; in handleHwModesUnrelatedEncodings() local
2471 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName); in handleHwModesUnrelatedEncodings()
2476 std::string(InstDef->getValueAsString("DecoderNamespace")); in handleHwModesUnrelatedEncodings()
2480 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName); in handleHwModesUnrelatedEncodings()
2484 GlobalEncodings.emplace_back(InstDef, Instr, ""); in handleHwModesUnrelatedEncodings()
2489 GlobalEncodings.emplace_back(InstDef, Instr, ""); in handleHwModesUnrelatedEncodings()
2531 const Record *InstDef = NumberedInstruction->TheDef; in run() local
2532 if (const RecordVal *RV = InstDef->getValue("EncodingInfos")) { in run()