Home
last modified time | relevance | path

Searched refs:BVAllocatable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2315 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots() local
2322 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()