Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp849 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local
860 FastRelaxedMath, CorrectSqrt)); in addClangTargetOptions()
871 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
881 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
882 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
920 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local
929 FastRelaxedMath, CorrectSqrt); in getCommonDeviceLibNames()
H A DROCm.h145 bool FastRelaxedMath, bool CorrectSqrt) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp478 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1094 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3791 if (Opts.FastRelaxedMath) in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def290 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td837 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;