Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp189 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()
DARMBaseInstrInfo.h481 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
DARMFrameLowering.cpp406 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()
DARMBaseInstrInfo.cpp1990 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm