Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOs16.cpp74 static bool needsFP(Function &F) { in needsFP() function
146 if (needsFP(F)) { in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h112 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp365 return (MFI.getStackSize()) && needsFP(MF); in hasFP()
371 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
387 bool is31 = needsFP(MF); in replaceFPWithRealFP()
1997 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()
2026 if (needsFP(MF)) in determineCalleeSaves()
2077 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2171 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2620 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
2686 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
H A DPPCRegisterInfo.cpp405 if (TFI->needsFP(MF)) in getReservedRegs()