Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TheDef

206     Record *Inst = (*II)->TheDef;
239 InstrNames.add(Instr->TheDef->getName());
252 OS << InstrNames.get(Instr->TheDef->getName()) << "U, ";
313 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
346 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags");
354 PrintFatalError("Invalid TSFlags bit in " + Inst.TheDef->getName());
361 std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses");
367 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs");
380 OS << " }, // Inst #" << Num << " = " << Inst.TheDef->getName() << "\n";
407 OS << " " << NumberedInstructions[i]->TheDef->getName()