Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp723 if (STI.splitFramePointerPush(MF)) { in getMaxFPOffset()
792 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
901 if (!STI.splitFramePointerPush(MF)) { in emitPrologue()
907 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
927 if (GPRCS2Size > 0 && !STI.splitFramePointerPush(MF)) { in emitPrologue()
967 if (GPRCS2Size > 0 && STI.splitFramePointerPush(MF)) { in emitPrologue()
973 if (STI.splitFramePointerPush(MF) && HasFP) in emitPrologue()
1078 if (STI.splitFramePointerPush(MF)) { in emitPrologue()
1110 if (HasFP && STI.splitFramePointerPush(MF)) in emitPrologue()
1386 if (AFI->getGPRCalleeSavedArea2Size() && STI.splitFramePointerPush(MF)) in emitEpilogue()
[all …]
H A DARMSubtarget.cpp488 bool ARMSubtarget::splitFramePointerPush(const MachineFunction &MF) const { in splitFramePointerPush() function in ARMSubtarget
H A DARMSubtarget.h395 bool splitFramePointerPush(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp72 } else if (STI.splitFramePointerPush(*MF)) { in getCalleeSavedRegs()