Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp788 MachineBasicBlock::iterator LastPopI) { in adaptForLdStOpt() argument
803 MBB.splice(FirstSPPopI, &MBB, LastPopI); in adaptForLdStOpt()
1492 MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local
1494 while (LastPopI != Begin) { in emitEpilogue()
1495 --LastPopI; in emitEpilogue()
1496 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()
1497 IsSVECalleeSave(LastPopI)) { in emitEpilogue()
1498 ++LastPopI; in emitEpilogue()
1501 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
1507 BuildMI(MBB, LastPopI, DL, TII->get(AArch64::SEH_EpilogStart)) in emitEpilogue()
[all …]