Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp719 MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local
721 while (LastPopI != Begin) { in emitEpilogue()
722 --LastPopI; in emitEpilogue()
723 if (!LastPopI->getFlag(MachineInstr::FrameDestroy)) { in emitEpilogue()
724 ++LastPopI; in emitEpilogue()
727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()
752 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP, in emitEpilogue()
766 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::FP, in emitEpilogue()
769 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP, NumBytes, TII, in emitEpilogue()