Home | History | Annotate | Download | only in TableGen

Lines Matching defs:AllocatableRegs

958   std::set<unsigned> AllocatableRegs;
972 AllocatableRegs.insert((*Regs.begin())->EnumValue);
975 AllocatableRegs.insert((*I)->EnumValue);
982 if (AllocatableRegs.count(RegNum))