Searched refs:splitFramePointerPush (Results 1 – 4 of 4) sorted by relevance
694 if (STI.splitFramePointerPush(MF)) { in getMaxFPOffset()764 if (STI.splitFramePointerPush(MF)) { in emitPrologue()873 if (!STI.splitFramePointerPush(MF)) { in emitPrologue()879 if (STI.splitFramePointerPush(MF)) { in emitPrologue()899 if (GPRCS2Size > 0 && !STI.splitFramePointerPush(MF)) { in emitPrologue()939 if (GPRCS2Size > 0 && STI.splitFramePointerPush(MF)) { in emitPrologue()945 if (STI.splitFramePointerPush(MF) && HasFP) in emitPrologue()1050 if (STI.splitFramePointerPush(MF)) { in emitPrologue()1082 if (HasFP && STI.splitFramePointerPush(MF)) in emitPrologue()1358 if (AFI->getGPRCalleeSavedArea2Size() && STI.splitFramePointerPush(MF)) in emitEpilogue()[all …]
449 bool splitFramePointerPush(const MachineFunction &MF) const;
495 bool ARMSubtarget::splitFramePointerPush(const MachineFunction &MF) const { in splitFramePointerPush() function in ARMSubtarget
72 } else if (STI.splitFramePointerPush(*MF)) { in getCalleeSavedRegs()