Searched refs:BVAllocatable (Results 1 – 1 of 1) sorted by relevance
2355 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots() local2360 for (unsigned Reg : BVAllocatable.set_bits()) { in assignCalleeSavedSpillSlots()2365 BVAllocatable.reset(Reg); in assignCalleeSavedSpillSlots()2371 if (BVAllocatable.none()) in assignCalleeSavedSpillSlots()2385 BVAllocatable.reset(LastVSRUsedForSpill); in assignCalleeSavedSpillSlots()2390 unsigned VolatileVFReg = BVAllocatable.find_first(); in assignCalleeSavedSpillSlots()2391 if (VolatileVFReg < BVAllocatable.size()) { in assignCalleeSavedSpillSlots()