Lines Matching defs:InstDef
482 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef;
483 if (EncodingDef != InstDef)
485 OS << InstDef->getName();
2457 const Record *InstDef = Instr->TheDef;
2462 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName);
2467 std::string(InstDef->getValueAsString("DecoderNamespace"));
2471 GlobalEncodings.emplace_back(InstDef, Instr, HwModeName);
2475 GlobalEncodings.emplace_back(InstDef, Instr, "");
2480 GlobalEncodings.emplace_back(InstDef, Instr, "");
2522 const Record *InstDef = NumberedInstruction->TheDef;
2523 if (const RecordVal *RV = InstDef->getValue("EncodingInfos")) {