Home
last modified time | relevance | path

Searched refs:needsFP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp74 static bool needsFP(Function &F) { in needsFP() function
146 if (needsFP(F)) { in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h110 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp365 return (MFI.getStackSize()) && needsFP(MF); in hasFPImpl()
371 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
390 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()
H A DPPCRegisterInfo.cpp401 if (TFI->needsFP(MF)) in getReservedRegs()