Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1FrameLowering.cpp259 MachineBasicBlock::iterator PMBBI = prior(MBBI); in emitEpilogue() local
260 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes); in emitEpilogue()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp378 MachineBasicBlock::iterator PMBBI = std::prev(MBBI); in emitEpilogue() local
379 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue()
380 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp478 MachineBasicBlock::iterator PMBBI = std::prev(MBBI); in emitEpilogue() local
479 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue()
480 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes); in emitEpilogue()