Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp74 static bool needsFP(Function &F) { in needsFP() function
146 if (needsFP(F)) { in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h89 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp523 return (MFI.getStackSize()) && needsFP(MF); in hasFP()
529 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
544 bool is31 = needsFP(MF); in replaceFPWithRealFP()
1633 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()
1662 if (needsFP(MF)) in determineCalleeSaves()
1712 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
1807 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2240 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
2272 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
H A DPPCRegisterInfo.cpp295 if (TFI->needsFP(MF)) in getReservedRegs()