Searched refs:allowUnsafeFPMath (Results 1 – 5 of 5) sorted by relevance
50 bool allowUnsafeFPMath() const;
224 bool allowUnsafeFPMath(const MachineFunction &MF) const;
87 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel89 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
129 if (allowUnsafeFPMath(MF)) in getDivF32Level()146 if (allowUnsafeFPMath(MF)) in usePrecSqrtF32()2972 return lowerFREM(Op, DAG, allowUnsafeFPMath(DAG.getMachineFunction())); in LowerOperation()4818 return allowUnsafeFPMath(MF); in allowFMA()4821 bool NVPTXTargetLowering::allowUnsafeFPMath(const MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering
1241 return allowUnsafeFPMath() || N->getFlags().hasApproximateFuncs();