Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LastPopI

719   MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator();
721 while (LastPopI != Begin) {
722 --LastPopI;
723 if (!LastPopI->getFlag(MachineInstr::FrameDestroy)) {
724 ++LastPopI;
727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize());
752 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP,
766 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::FP,
769 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP, NumBytes, TII,