Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp695 if (STI.splitFramePointerPush(MF)) { in getMaxFPOffset()
765 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
874 if (!STI.splitFramePointerPush(MF)) { in emitPrologue()
880 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
940 if (GPRCS2Size > 0 && STI.splitFramePointerPush(MF)) { in emitPrologue()
946 if (STI.splitFramePointerPush(MF) && HasFP) in emitPrologue()
1051 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
1083 if (HasFP && STI.splitFramePointerPush(MF)) in emitPrologue()
1617 !STI.splitFramePointerPush(MF)) { in emitPopInst()
1981 if (STI.splitFramePointerPush(MF)) { in spillCalleeSavedRegisters()
[all …]
H A DARMSubtarget.h451 bool splitFramePointerPush(const MachineFunction &MF) const;
H A DARMSubtarget.cpp495 bool ARMSubtarget::splitFramePointerPush(const MachineFunction &MF) const { in splitFramePointerPush() function in ARMSubtarget
H A DARMBaseRegisterInfo.cpp72 } else if (STI.splitFramePointerPush(*MF)) { in getCalleeSavedRegs()