Searched refs:FastRelaxedMath (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 896 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 913 FastRelaxedMath, CorrectSqrt, ABIVer, GPUSan, false)); in addClangTargetOptions() 951 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 973 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 974 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs() 1010 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local 1025 FastRelaxedMath, CorrectSqrt, ABIVer, GPUSan, isOpenMP); in getCommonDeviceLibNames()
|
| H A D | ROCm.h | 181 bool FastRelaxedMath, bool CorrectSqrt, DeviceLibABIVersion ABIVer,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 587 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1422 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 4334 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 304 LANGOPT(FastRelaxedMath , 1, 0, NotCompatible, "OpenCL fast relaxed math")
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1081 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|