Home
last modified time | relevance | path

Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp731 if (LangOpts.FastMath) in InitializePredefinedMacros()
920 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1056 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp2914 Opts.FastMath = Args.hasArg(OPT_ffast_math) || in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def177 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1564 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1583 if (FastMath) in HexagonTargetLowering()
1589 if (FastMath) { in HexagonTargetLowering()
1603 if (FastMath) in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp778 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
H A DCodeGenFunction.cpp75 if (CGM.getLangOpts().FastMath) in CodeGenFunction()