Searched refs:FastMath (Results 1 – 5 of 5) sorted by relevance
1069 if (LangOpts.FastMath) in InitializePredefinedMacros()1322 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1856 bool FastMath = EnableFastMath; in HexagonTargetLowering() local 1875 if (FastMath) in HexagonTargetLowering() 1881 if (FastMath) { in HexagonTargetLowering() 1895 if (FastMath) in HexagonTargetLowering()
226 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
5598 if (FD->hasAttr<OptimizeNoneAttr>() && getLangOpts().FastMath) in EmitCall()
2249 LangOpts<"FastMath">, DefaultFalse,