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