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

/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp76 static bool needsFP(Function &F) { function
146 if (needsFP(F)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h89 bool needsFP(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp497 return (MFI->getStackSize()) && needsFP(MF);
500 // needsFP - Return true if the specified function should have a dedicated frame
503 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
519 bool is31 = needsFP(MF);
1398 if (!FPSI && needsFP(MF)) {
1466 if (CSI.empty() && !needsFP(MF)) {
1557 if (needsFP(MF)) {
1907 bool is31 = needsFP(*MF);
1933 bool is31 = needsFP(*MF);
H A DPPCRegisterInfo.cpp239 if (TFI->needsFP(MF))
260 if (TFI->needsFP(MF))
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp233 return (MFI->getStackSize()) && needsFP(MF);
236 // needsFP - Return true if the specified function should have a dedicated frame
239 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
750 if (!FPSI && needsFP(MF)) {
773 if (needsFP(MF) || spillsCR(MF)) {
794 if (CSI.empty() && !needsFP(MF)) {
884 if (needsFP(MF)) {
H A DPPCFrameLowering.h42 bool needsFP(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp270 if (PPCFI->needsFP(MF))

Completed in 913 milliseconds