Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsOs16.cpp76 static bool needsFP(Function &F) { in needsFP() function
146 if (needsFP(F)) { in runOnModule()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h89 bool needsFP(const MachineFunction &MF) const;
DPPCFrameLowering.cpp497 return (MFI->getStackSize()) && needsFP(MF); in hasFP()
503 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
519 bool is31 = needsFP(MF); in replaceFPWithRealFP()
1398 if (!FPSI && needsFP(MF)) { in determineCalleeSaves()
1466 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
1557 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
1907 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
1933 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters()
DPPCRegisterInfo.cpp239 if (TFI->needsFP(MF)) in getReservedRegs()
260 if (TFI->needsFP(MF)) in getReservedRegs()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp233 return (MFI->getStackSize()) && needsFP(MF); in hasFP()
239 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { in needsFP() function in PPCFrameLowering
750 if (!FPSI && needsFP(MF)) { in processFunctionBeforeCalleeSavedScan()
773 if (needsFP(MF) || spillsCR(MF)) { in processFunctionBeforeCalleeSavedScan()
794 if (CSI.empty() && !needsFP(MF)) { in processFunctionBeforeFrameFinalized()
884 if (needsFP(MF)) { in processFunctionBeforeFrameFinalized()
DPPCFrameLowering.h42 bool needsFP(const MachineFunction &MF) const;
DPPCRegisterInfo.cpp270 if (PPCFI->needsFP(MF)) in getReservedRegs()