Searched refs:PMBBI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 259 MachineBasicBlock::iterator PMBBI = prior(MBBI); in emitEpilogue() local 260 emitSPUpdate(MBB, PMBBI, TII, dl, *RegInfo, NumBytes); in emitEpilogue()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 378 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/ |
D | Thumb1FrameLowering.cpp | 478 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()
|