Lines Matching refs:SPAdj
129 int &SPAdj);
134 unsigned OpIdx, int SPAdj = 0);
139 int &SPAdj);
1343 int SPAdj = 0; in replaceFrameIndicesBackward() local
1352 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()
1354 SPAdj = -SPAdj; in replaceFrameIndicesBackward()
1357 replaceFrameIndicesBackward(&MBB, MF, SPAdj); in replaceFrameIndicesBackward()
1371 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices() local
1373 SPAdj = -SPAdj; in replaceFrameIndices()
1375 replaceFrameIndices(&MBB, MF, SPAdj); in replaceFrameIndices()
1384 unsigned OpIdx, int SPAdj) { in replaceFrameIndexDebugInstr() argument
1458 Offset.setImm(Offset.getImm() + refOffset.getFixed() + SPAdj); in replaceFrameIndexDebugInstr()
1466 MachineFunction &MF, int &SPAdj) { in replaceFrameIndicesBackward() argument
1482 SPAdj -= TII.getSPAdjust(MI); in replaceFrameIndicesBackward()
1496 if (replaceFrameIndexDebugInstr(MF, MI, Idx, SPAdj)) in replaceFrameIndicesBackward()
1500 RemovedMI = TRI.eliminateFrameIndex(MI, SPAdj, Idx, LocalRS); in replaceFrameIndicesBackward()
1511 int &SPAdj) { in replaceFrameIndices() argument
1523 SPAdj += TII.getSPAdjust(*I); in replaceFrameIndices()
1535 if (replaceFrameIndexDebugInstr(MF, MI, i, SPAdj)) in replaceFrameIndices()
1551 TRI.eliminateFrameIndex(MI, SPAdj, i); in replaceFrameIndices()
1571 SPAdj += TII.getSPAdjust(MI); in replaceFrameIndices()