Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp191 if (tryFoldSPUpdateIntoPushPop(STI, MF, &*std::prev(MBBI), NumBytes)) { in emitPrologue()
379 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue()
381 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.h498 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
DARMFrameLowering.cpp417 if (tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue()
495 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue()
775 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.cpp2035 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp216 tryFoldSPUpdateIntoPushPop(STI, MF, &*std::prev(MBBI), NumBytes)) { in emitPrologue()
479 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue()
481 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.h545 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
DARMFrameLowering.cpp485 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue()
563 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue()
847 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
DARMBaseInstrInfo.cpp2249 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm