Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp835 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local
846 FastRelaxedMath, CorrectSqrt)); in addClangTargetOptions()
857 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
867 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
868 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
H A DROCm.h145 bool FastRelaxedMath, bool CorrectSqrt) const;
H A DHIP.cpp419 bool FastRelaxedMath = DriverArgs.hasFlag( in getHIPDeviceLibs() local
447 FastRelaxedMath, CorrectSqrt)); in getHIPDeviceLibs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp478 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1092 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3789 if (Opts.FastRelaxedMath) in ParseLangArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def284 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td837 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;