Home | History | Annotate | Download | only in TableGen

Lines Matching defs:AllocatableRegs

722   std::set<Record*> AllocatableRegs;
730 AllocatableRegs.insert(Order.begin(), Order.end());
904 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";