Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance
731 if (LangOpts.FastMath) in InitializePredefinedMacros()920 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()1056 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
2914 Opts.FastMath = Args.hasArg(OPT_ffast_math) || in ParseLangArgs()
177 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
1564 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1583 if (FastMath) in HexagonTargetLowering()1589 if (FastMath) { in HexagonTargetLowering()1603 if (FastMath) in HexagonTargetLowering()
778 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
75 if (CGM.getLangOpts().FastMath) in CodeGenFunction()