Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.cpp170 Opts.FastMath || Opts.FiniteMathOnly || Opts.UnsafeFPMath || in addVisualCDefines()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp930 if (LangOpts.FastMath) in InitializePredefinedMacros()
1138 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1278 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1826 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1845 if (FastMath) in HexagonTargetLowering()
1851 if (FastMath) { in HexagonTargetLowering()
1865 if (FastMath) in HexagonTargetLowering()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def209 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp862 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1628 LangOpts<"FastMath">, DefaultFalse,