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;
364 return (MFI.getStackSize()) && needsFP(MF); in hasFP()370 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering386 bool is31 = needsFP(MF); in replaceFPWithRealFP()1983 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()2012 if (needsFP(MF)) in determineCalleeSaves()2063 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()2157 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()2606 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()2671 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
385 if (TFI->needsFP(MF)) in getReservedRegs()