Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance
831 if (LangOpts.FastMath) in InitializePredefinedMacros()1020 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()1158 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
197 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
1813 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1832 if (FastMath) in HexagonTargetLowering()1838 if (FastMath) { in HexagonTargetLowering()1852 if (FastMath) in HexagonTargetLowering()
283 version (FastMath) in version() argument373 version (FastMath) in version() argument
804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
1441 LangOpts<"FastMath">, DefaultFalse,