Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp833 if (LangOpts.FastMath) in InitializePredefinedMacros()
1022 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1160 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1816 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1835 if (FastMath) in HexagonTargetLowering()
1841 if (FastMath) { in HexagonTargetLowering()
1855 if (FastMath) in HexagonTargetLowering()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def199 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1445 LangOpts<"FastMath">, DefaultFalse,