Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp431 BitVector SpillFIs(MFI.getObjectIndexEnd(), false); in run() local
479 SpillFIs.set(FI); in run()
532 SpillFIs[MI.getOperand(StackOperandIdx).getIndex()]) { in run()
H A DSIFrameLowering.cpp1401 BitVector SpillFIs(MFI.getObjectIndexEnd(), false); in processFunctionBeforeFrameFinalized() local
1426 SpillFIs.set(FI); in processFunctionBeforeFrameFinalized()
1438 for (unsigned FI : SpillFIs.set_bits()) in processFunctionBeforeFrameFinalized()
1451 if (!SpillFIs.empty() && SeenDbgInstr) { in processFunctionBeforeFrameFinalized()
1461 SpillFIs[MI.getOperand(StackOperandIdx).getIndex()]) { in processFunctionBeforeFrameFinalized()