Searched refs:FastMath (Results 1 – 5 of 5) sorted by relevance
833 if (LangOpts.FastMath) in InitializePredefinedMacros()1022 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()1160 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
1816 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1835 if (FastMath) in HexagonTargetLowering()1841 if (FastMath) { in HexagonTargetLowering()1855 if (FastMath) in HexagonTargetLowering()
199 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
1445 LangOpts<"FastMath">, DefaultFalse,