Lines Matching refs:TheDef
242 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) in initOperandMapData()
255 Inst->TheDef->getName().str()); in initOperandMapData()
464 if (!Inst->TheDef->getValueAsBit("UseLogicalOperandMappings")) in emitLogicalOperandSizeMappings()
480 (Namespace + "::" + Inst->TheDef->getName()).str()); in emitLogicalOperandSizeMappings()
551 if (!Inst->TheDef->getValueAsBit("UseLogicalOperandMappings")) in emitLogicalOperandTypeMappings()
573 (Namespace + "::" + Inst->TheDef->getName()).str()); in emitLogicalOperandTypeMappings()
731 Record *Inst = II->TheDef; in run()
761 InstrNames.add(std::string(Inst->TheDef->getName())); in run()
779 OS << InstrNames.get(std::string(Inst->TheDef->getName())) << "U, "; in run()
938 << Inst.TheDef->getValueAsInt("Size") << ",\t" in emitRecord()
988 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags"); in emitRecord()
990 PrintFatalError(Inst.TheDef->getLoc(), "no TSFlags?"); in emitRecord()
996 PrintFatalError(Inst.TheDef->getLoc(), in emitRecord()
997 "Invalid TSFlags bit in " + Inst.TheDef->getName()); in emitRecord()
1004 std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses"); in emitRecord()
1010 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs"); in emitRecord()
1023 OS << " }, // Inst #" << Num << " = " << Inst.TheDef->getName() << "\n"; in emitRecord()
1045 OS << " " << Inst->TheDef->getName() << "\t= " << Num++ << ",\n"; in emitEnums()