Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp285 BitVector SpillFIs(MFI.getObjectIndexEnd(), false); in runOnMachineFunction() local
300 SpillFIs.set(FI); in runOnMachineFunction()
317 SpillFIs[MI.getOperand(0).getIndex()]) { in runOnMachineFunction()
H A DSIFrameLowering.cpp1126 BitVector SpillFIs(MFI.getObjectIndexEnd(), false); in processFunctionBeforeFrameFinalized() local
1150 SpillFIs.set(FI); in processFunctionBeforeFrameFinalized()
1162 for (unsigned FI : SpillFIs.set_bits()) in processFunctionBeforeFrameFinalized()
1175 if (!SpillFIs.empty() && SeenDbgInstr) { in processFunctionBeforeFrameFinalized()
1181 SpillFIs[MI.getOperand(0).getIndex()]) { in processFunctionBeforeFrameFinalized()