Lines Matching defs:emitSPUpdate
226 /// emitSPUpdate - Emit a series of instructions to increment / decrement the
228 void X86FrameLowering::emitSPUpdate(MachineBasicBlock &MBB,
749 // like emitSPUpdate does when not probing.
1686 // emitted that would be end up being emitted by a call to `emitSPUpdate`.
2046 emitSPUpdate(MBB, MBBI, DL, -(int64_t)NumBytes, /*InEpilogue=*/false);
2461 emitSPUpdate(MBB, MBBI, DL, Offset, /*InEpilogue*/ true);
2570 emitSPUpdate(MBB, MBBI, DL, NumBytes, /*InEpilogue=*/true);
2626 emitSPUpdate(MBB, Terminator, DL, Offset, /*InEpilogue=*/true);
2998 emitSPUpdate(MBB, MI, DL, -(int64_t)SlotSize, /*InEpilogue=*/false);
3166 emitSPUpdate(MBB, MI, DL, SlotSize, /*InEpilogue=*/true);
4301 emitSPUpdate(*MBB, BeforeMI, DL, -SPAdjust, false);
4356 emitSPUpdate(*MBB, Pos, DL, SPAdjust, false);