Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp192 if (tryFoldSPUpdateIntoPushPop(STI, MF, std::prev(MBBI), NumBytes)) { in emitPrologue()
381 if (!tryFoldSPUpdateIntoPushPop(STI, MF, PMBBI, NumBytes)) in emitEpilogue()
383 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.h491 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
DARMFrameLowering.cpp419 if (tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, DPRGapSize)) in emitPrologue()
497 tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, NumBytes)) in emitPrologue()
777 !tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.cpp2032 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm