Searched refs:needsFP (Results 1 – 7 of 7) sorted by relevance
76 static bool needsFP(Function &F) { in needsFP() function146 if (needsFP(F)) { in runOnModule()
233 return (MFI->getStackSize()) && needsFP(MF); in hasFP()239 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering750 if (!FPSI && needsFP(MF)) { in processFunctionBeforeCalleeSavedScan()773 if (needsFP(MF) || spillsCR(MF)) { in processFunctionBeforeCalleeSavedScan()794 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()884 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
42 bool needsFP(const MachineFunction &MF) const;
270 if (PPCFI->needsFP(MF)) in getReservedRegs()
89 bool needsFP(const MachineFunction &MF) const;
497 return (MFI->getStackSize()) && needsFP(MF); in hasFP()503 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering519 bool is31 = needsFP(MF); in replaceFPWithRealFP()1398 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()1466 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()1557 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()1907 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()1933 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
239 if (TFI->needsFP(MF)) in getReservedRegs()260 if (TFI->needsFP(MF)) in getReservedRegs()