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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp58 bool needsFP(Function &F) { function in namespace:__anon2542
125 if (needsFP(*F)) {
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp273 return (MFI->getStackSize()) && needsFP(MF);
276 // needsFP - Return true if the specified function should have a dedicated frame
279 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
295 bool is31 = needsFP(MF);
908 if (!FPSI && needsFP(MF)) {
957 if (CSI.empty() && !needsFP(MF)) {
1048 if (needsFP(MF)) {
1391 bool is31 = needsFP(*MF);
1417 bool is31 = needsFP(*MF);
H A DPPCFrameLowering.h45 bool needsFP(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp187 if (PPCFI->needsFP(MF))
199 if (PPCFI->needsFP(MF))

Completed in 110 milliseconds