Searched refs:splitFramePushPop (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp405 if (STI.splitFramePushPop(MF)) {
627 if (STI.splitFramePushPop(MF))
660 if (STI.splitFramePushPop(MF)) {
994 if (!(Func)(Reg, STI.splitFramePushPop(MF))) continue;
1086 if (!(Func)(Reg, STI.splitFramePushPop(MF))) continue;
1756 if (!STI.splitFramePushPop(MF)) {
1778 if (!STI.splitFramePushPop(MF)) {
H A DARMSubtarget.h806 bool splitFramePushPop(const MachineFunction &MF) const { function in class:llvm::ARMSubtarget
H A DThumb1FrameLowering.cpp216 if (STI.splitFramePushPop(MF)) {
279 if (STI.splitFramePushPop(MF))
H A DARMBaseRegisterInfo.cpp67 bool UseSplitPush = STI.splitFramePushPop(*MF);

Completed in 46 milliseconds