/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 191 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()
|
H A D | ARMBaseInstrInfo.h | 498 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
|
H A D | ARMFrameLowering.cpp | 417 if (tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue() 495 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue() 775 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
|
H A D | ARMBaseInstrInfo.cpp | 2035 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 253 tryFoldSPUpdateIntoPushPop(STI, MF, &*std::prev(MBBI), NumBytes)) { in emitPrologue() 542 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue() 545 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
|
H A D | ARMFrameLowering.cpp | 488 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue() 568 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue() 852 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
|
H A D | ARMBaseInstrInfo.h | 708 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
|
H A D | ARMBaseInstrInfo.cpp | 2395 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 302 tryFoldSPUpdateIntoPushPop(STI, MF, &*(GPRCS1Push), NumBytes)) { in emitPrologue() 575 if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*PMBBI, NumBytes)) in emitEpilogue() 578 } else if (!tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
|
H A D | ARMBaseInstrInfo.h | 821 bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
|
H A D | ARMFrameLowering.cpp | 909 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue() 1016 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes)) in emitPrologue() 1353 !tryFoldSPUpdateIntoPushPop(STI, MF, &*MBBI, NumBytes)) in emitEpilogue()
|
H A D | ARMBaseInstrInfo.cpp | 2522 bool llvm::tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget, in tryFoldSPUpdateIntoPushPop() function in llvm
|