Home | History | Annotate | Download | only in TableGen

Lines Matching defs:AllocatableRegs

1333   std::set<unsigned> AllocatableRegs;
1345 AllocatableRegs.insert((*Regs.begin())->EnumValue);
1347 AllocatableRegs.insert((*I)->EnumValue);
1354 if (AllocatableRegs.count(RegNum))