Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp721 if (STI.splitFramePointerPush(MF)) { in getMaxFPOffset()
791 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
900 if (!STI.splitFramePointerPush(MF)) { in emitPrologue()
906 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
966 if (GPRCS2Size > 0 && STI.splitFramePointerPush(MF)) { in emitPrologue()
972 if (STI.splitFramePointerPush(MF) && HasFP) in emitPrologue()
1077 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
1109 if (HasFP && STI.splitFramePointerPush(MF)) in emitPrologue()
1643 !STI.splitFramePointerPush(MF)) { in emitPopInst()
2004 if (STI.splitFramePointerPush(MF)) { in spillCalleeSavedRegisters()
[all …]
H A DARMSubtarget.cpp497 bool ARMSubtarget::splitFramePointerPush(const MachineFunction &MF) const { in splitFramePointerPush() function in ARMSubtarget
H A DARMSubtarget.h455 bool splitFramePointerPush(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp72 } else if (STI.splitFramePointerPush(*MF)) { in getCalleeSavedRegs()