Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp73 static bool needsFP(Function &F) { in needsFP() function
145 if (needsFP(F)) { in runOnModule()
/netbsd-src/external/apache2/llvm/dist/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()
1979 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()
2008 if (needsFP(MF)) in determineCalleeSaves()
2059 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2153 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
2602 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
2667 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
H A DPPCRegisterInfo.cpp332 if (TFI->needsFP(MF)) in getReservedRegs()