Searched refs:BVAllocatable (Results 1 – 1 of 1) sorted by relevance
2315 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots() local2322 for (unsigned Reg : BVAllocatable.set_bits()) { in assignCalleeSavedSpillSlots()2327 BVAllocatable.reset(Reg); in assignCalleeSavedSpillSlots()2333 if (BVAllocatable.none()) in assignCalleeSavedSpillSlots()2347 BVAllocatable.reset(LastVSRUsedForSpill); in assignCalleeSavedSpillSlots()2352 unsigned VolatileVFReg = BVAllocatable.find_first(); in assignCalleeSavedSpillSlots()2353 if (VolatileVFReg < BVAllocatable.size()) { in assignCalleeSavedSpillSlots()