Searched refs:needsFP (Results 1 – 4 of 4) sorted by relevance
74 static bool needsFP(Function &F) { in needsFP() function146 if (needsFP(F)) { in runOnModule()
111 bool needsFP(const MachineFunction &MF) const;
365 return (MFI.getStackSize()) && needsFP(MF); in hasFP()371 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering390 bool is31 = needsFP(MF) && !MF.getFrameInfo().hasVarSizedObjects(); in replaceFPWithRealFP()1997 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()2026 if (needsFP(MF)) in determineCalleeSaves()2032 if (!needsFP(MF) && !SavedRegs.test(isPPC64 ? PPC::X31 : PPC::R31) && in determineCalleeSaves()2087 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()2181 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()2651 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()2717 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
405 if (TFI->needsFP(MF)) in getReservedRegs()