Searched refs:FastMath (Results 1 – 7 of 7) sorted by relevance
177 Opts.FastMath || Opts.FiniteMathOnly || Opts.UnsafeFPMath || in addVisualCDefines()
979 if (LangOpts.FastMath) in InitializePredefinedMacros()1187 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1835 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1854 if (FastMath) in HexagonTargetLowering()1860 if (FastMath) { in HexagonTargetLowering()1874 if (FastMath) in HexagonTargetLowering()
212 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
984 else if (!CGF.getLangOpts().FastMath || in EmitBinDiv()
5540 if (FD->hasAttr<OptimizeNoneAttr>() && getLangOpts().FastMath) in EmitCall()
2132 LangOpts<"FastMath">, DefaultFalse,