Lines Matching refs:TheDef
374 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
382 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()
394 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
830 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n"; in emitTable()
999 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
1150 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1178 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1245 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()
1247 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1268 StringRef Name = AllInstructions[Opc]->TheDef->getName(); in emitSoftFailTableEntry()
1695 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries()
1703 const Record &Def = *CGI.TheDef; in populateInstruction()
2188 const Record *Def = Inst->TheDef; in run()