Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TheDef

78   std::string Namespace = Registers[0]->TheDef->getValueAsString("Namespace");
320 Record *Reg = Regs[i]->TheDef;
338 std::string Namespace = Regs[0]->TheDef->getValueAsString("Namespace");
387 Record *Reg = Regs[i]->TheDef;
443 Record *Reg = Regs[i]->TheDef;
451 std::string Namespace = Regs[0]->TheDef->getValueAsString("Namespace");
832 OS << " { " << getQualifiedName(Roots.front()->TheDef);
834 OS << ", " << getQualifiedName(Roots[r]->TheDef);
910 Record *Reg = Regs[i]->TheDef;
1213 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";