Searched refs:BVAllocatable (Results 1 – 1 of 1) sorted by relevance
2364 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots() local2369 for (unsigned Reg : BVAllocatable.set_bits()) { in assignCalleeSavedSpillSlots()2374 BVAllocatable.reset(Reg); in assignCalleeSavedSpillSlots()2380 if (BVAllocatable.none()) in assignCalleeSavedSpillSlots()2394 BVAllocatable.reset(LastVSRUsedForSpill); in assignCalleeSavedSpillSlots()2399 unsigned VolatileVFReg = BVAllocatable.find_first(); in assignCalleeSavedSpillSlots()2400 if (VolatileVFReg < BVAllocatable.size()) { in assignCalleeSavedSpillSlots()