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()
110 bool needsFP(const MachineFunction &MF) const;
365 return (MFI.getStackSize()) && needsFP(MF); in hasFPImpl()371 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering390 bool is31 = needsFP(MF) && !MF.getFrameInfo().hasVarSizedObjects(); in replaceFPWithRealFP()2000 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()2029 if (needsFP(MF)) in determineCalleeSaves()2035 if (!needsFP(MF) && !SavedRegs.test(isPPC64 ? PPC::X31 : PPC::R31) && in determineCalleeSaves()2090 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()2184 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()2653 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()2716 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
401 if (TFI->needsFP(MF)) in getReservedRegs()