Searched refs:EncodingDef (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | VarLenCodeEmitterGen.cpp | 78 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef, 233 Record *EncodingDef = KV.second; in run() local 234 RecordVal *RV = EncodingDef->getValue("Inst"); in run() 236 VarLenInsts.insert({EncodingDef, VarLenInst(DI, RV)}); in run() 370 Record *EncodingDef = R; in emitInstructionBaseValues() local 375 EncodingDef = EBM.get(HwMode); in emitInstructionBaseValues() 379 auto It = VarLenInsts.find(EncodingDef); in emitInstructionBaseValues() 381 PrintFatalError(EncodingDef, "VarLenInst not found for this record"); in emitInstructionBaseValues() 439 Record *R, Record *EncodingDef, CodeGenTarget &Target) { in getInstructionCaseForEncoding() argument 440 auto It = VarLenInsts.find(EncodingDef); in getInstructionCaseForEncoding() [all …]
|
| D | DecoderEmitter.cpp | 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 <<() 433 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID() 442 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID() 454 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID() local 456 if (EncodingDef != InstDef) in emitNameWithID() 457 OS << EncodingDef->getName() << ":"; in emitNameWithID() [all …]
|
| D | CodeEmitterGen.cpp | 50 std::string getInstructionCaseForEncoding(Record *R, Record *EncodingDef, 318 std::string CodeEmitterGen::getInstructionCaseForEncoding(Record *R, Record *EncodingDef, in getInstructionCaseForEncoding() argument 321 BitsInit *BI = EncodingDef->getValueAsBitsInit("Inst"); in getInstructionCaseForEncoding() 342 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding() 399 Record *EncodingDef = R; in emitInstructionBaseValues() local 404 EncodingDef = EBM.get(HwMode); in emitInstructionBaseValues() 407 BitsInit *BI = EncodingDef->getValueAsBitsInit("Inst"); in emitInstructionBaseValues()
|