Searched refs:needsFP (Results 1 – 4 of 4) sorted by relevance
73 static bool needsFP(Function &F) { in needsFP() function145 if (needsFP(F)) { in runOnModule()
111 bool needsFP(const MachineFunction &MF) const;
363 return (MFI.getStackSize()) && needsFP(MF); in hasFP()369 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering385 bool is31 = needsFP(MF); in replaceFPWithRealFP()1988 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()2017 if (needsFP(MF)) in determineCalleeSaves()2068 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()2162 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()2611 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()2676 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
338 if (TFI->needsFP(MF)) in getReservedRegs()