Searched refs:tryFoldSPUpdateIntoPushPop (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 189 if (tryFoldSPUpdateIntoPushPop(STI, MF, std::prev(MBBI), NumBytes)) { in emitPrologue() 383 if (!tryFoldSPUpdateIntoPushPop(STI, MF, PMBBI, NumBytes)) in emitEpilogue() 385 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
|
D | ARMBaseInstrInfo.h | 481 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
|
D | ARMFrameLowering.cpp | 406 if (tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, DPRGapSize)) in emitPrologue() 483 if (tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, NumBytes)) in emitPrologue() 813 !tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
|
D | ARMBaseInstrInfo.cpp | 1990 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm
|