Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp73 static bool needsFP(Function &F) { in needsFP() function
145 if (needsFP(F)) { in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h111 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp363 return (MFI.getStackSize()) && needsFP(MF); in hasFP()
369 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
385 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()
H A DPPCRegisterInfo.cpp338 if (TFI->needsFP(MF)) in getReservedRegs()