Lines Matching refs:EncodingDef

100   const Record *EncodingDef;  member
104 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst()
106 : EncodingDef(EncodingDef), Inst(Inst), HwModeName(HwModeName) {} in EncodingAndInst()
119 if (Value.EncodingDef != Value.Inst->TheDef) in operator <<()
120 OS << Value.EncodingDef->getName() << ":"; in operator <<()
445 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
454 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID()
466 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID() local
468 if (EncodingDef != InstDef) in emitNameWithID()
469 OS << EncodingDef->getName() << ":"; in emitNameWithID()
1268 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1290 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1350 const RecordVal *RV = AllInstructions[Opc].EncodingDef->getValue("SoftFail"); in emitSoftFailTableEntry()
1355 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1822 getBitsField(*AllInstructions[Opcode.EncodingID].EncodingDef, "Inst")); in emitTableEntries()
1922 populateInstruction(CodeGenTarget &Target, const Record &EncodingDef, in populateInstruction() argument
1931 BitsInit &Bits = getBitsField(EncodingDef, "Inst"); in populateInstruction()
1939 StringRef InstDecoder = EncodingDef.getValueAsString("DecoderMethod"); in populateInstruction()
1941 bool HasCompleteInstDecoder = EncodingDef.getValueAsBit("hasCompleteDecoder"); in populateInstruction()
1981 parseVarLenInstOperand(EncodingDef, InsnOperands, CGI); in populateInstruction()
2167 if (const RecordVal *EncodedValue = EncodingDef.getValue(Op.second)) in populateInstruction()
2606 const Record *EncodingDef = NumberedEncodings[i].EncodingDef; in run() local
2609 unsigned Size = EncodingDef->getValueAsInt("Size"); in run()
2628 if (unsigned Len = populateInstruction(Target, *EncodingDef, *Inst, i, in run()
2635 std::string(EncodingDef->getValueAsString("DecoderNamespace")); in run()