Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h111 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp364 return (MFI.getStackSize()) && needsFP(MF); in hasFP()
370 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
386 bool is31 = needsFP(MF); in replaceFPWithRealFP()
2000 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()
2029 if (needsFP(MF)) in determineCalleeSaves()
2080 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2174 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2644 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
2710 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
H A DPPCRegisterInfo.cpp405 if (TFI->needsFP(MF)) in getReservedRegs()