Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp193 if (tryFoldSPUpdateIntoPushPop(STI, MF, std::prev(MBBI), NumBytes)) { in emitPrologue()
391 if (!tryFoldSPUpdateIntoPushPop(STI, MF, PMBBI, NumBytes)) in emitEpilogue()
393 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
H A DARMBaseInstrInfo.h481 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
H A DARMFrameLowering.cpp403 if (tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, DPRGapSize)) in emitPrologue()
480 if (tryFoldSPUpdateIntoPushPop(STI, MF, LastPush, NumBytes)) in emitPrologue()
814 !tryFoldSPUpdateIntoPushPop(STI, MF, MBBI, NumBytes)) in emitEpilogue()
H A DARMBaseInstrInfo.cpp1989 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm