Searched refs:BVAllocatable (Results 1 – 1 of 1) sorted by relevance
2362 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots() local2367 for (unsigned Reg : BVAllocatable.set_bits()) { in assignCalleeSavedSpillSlots()2372 BVAllocatable.reset(Reg); in assignCalleeSavedSpillSlots()2378 if (BVAllocatable.none()) in assignCalleeSavedSpillSlots()2392 BVAllocatable.reset(LastVSRUsedForSpill); in assignCalleeSavedSpillSlots()2397 unsigned VolatileVFReg = BVAllocatable.find_first(); in assignCalleeSavedSpillSlots()2398 if (VolatileVFReg < BVAllocatable.size()) { in assignCalleeSavedSpillSlots()