Searched refs:AllocatableRegs (Results 1 – 2 of 2) sorted by relevance
1221 std::set<Record*> AllocatableRegs; in runTargetDesc() local1228 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1461 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
1692 BitVector AllocatableRegs(Registers.size() + 1); in computeUberSets() local1704 AllocatableRegs.set((*Regs.begin())->EnumValue); in computeUberSets()1706 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()1713 if (AllocatableRegs.test(RegNum)) in computeUberSets()