Searched refs:AllocatableRegs (Results 1 – 3 of 3) sorted by relevance
1245 std::set<const Record *> AllocatableRegs; in runTargetDesc() local1252 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()1495 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
1743 BitVector AllocatableRegs(Registers.size() + 1); in computeUberSets() local1755 AllocatableRegs.set((*Regs.begin())->EnumValue); in computeUberSets()1757 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()1764 if (AllocatableRegs.test(RegNum)) in computeUberSets()
4493 BitVector const &AllocatableRegs, in ScopedScavengeOrSpill()4499 FreeReg = tryScavengeRegister(UsedRegs, AllocatableRegs, PreferredReg); in ScopedScavengeOrSpill()