Lines Matching refs:EncodingDef

102   const Record *EncodingDef;  member
106 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst()
108 : EncodingDef(EncodingDef), Inst(Inst), HwModeName(HwModeName) {} in EncodingAndInst()
121 if (Value.EncodingDef != Value.Inst->TheDef) in operator <<()
122 OS << Value.EncodingDef->getName() << ":"; in operator <<()
435 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
444 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID()
456 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID() local
458 if (EncodingDef != InstDef) in emitNameWithID()
459 OS << EncodingDef->getName() << ":"; in emitNameWithID()
1258 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1280 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1340 const RecordVal *RV = AllInstructions[Opc].EncodingDef->getValue("SoftFail"); in emitSoftFailTableEntry()
1345 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1812 getBitsField(*AllInstructions[Opcode.EncodingID].EncodingDef, "Inst")); in emitTableEntries()
1925 static void addOneOperandFields(const Record &EncodingDef, const BitsInit &Bits, in addOneOperandFields() argument
1930 if (const RecordVal *EncodedValue = EncodingDef.getValue(OpName)) in addOneOperandFields()
1963 populateInstruction(CodeGenTarget &Target, const Record &EncodingDef, in populateInstruction() argument
1972 BitsInit &Bits = getBitsField(EncodingDef, "Inst"); in populateInstruction()
1980 StringRef InstDecoder = EncodingDef.getValueAsString("DecoderMethod"); in populateInstruction()
1982 bool HasCompleteInstDecoder = EncodingDef.getValueAsBit("hasCompleteDecoder"); in populateInstruction()
2031 parseVarLenInstOperand(EncodingDef, InsnOperands, CGI); in populateInstruction()
2060 PrintError(EncodingDef.getLoc(), in populateInstruction()
2075 addOneOperandFields(EncodingDef, Bits, TiedNames, SubOpName, in populateInstruction()
2093 PrintError(EncodingDef.getLoc(), in populateInstruction()
2097 debugDumpRecord(EncodingDef); in populateInstruction()
2102 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo); in populateInstruction()
2499 const Record *EncodingDef = NumberedEncodings[i].EncodingDef; in run() local
2502 unsigned Size = EncodingDef->getValueAsInt("Size"); in run()
2521 if (unsigned Len = populateInstruction(Target, *EncodingDef, *Inst, i, in run()
2528 std::string(EncodingDef->getValueAsString("DecoderNamespace")); in run()