HomeSort by relevance Sort by last modified time
    Searched refs:LastPopI (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 519 MachineBasicBlock::iterator LastPopI) {
534 MBB.splice(FirstSPPopI, &MBB, LastPopI);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 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,
    [all...]

Completed in 242 milliseconds