Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp937 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local
948 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions()
982 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
992 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
993 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
1029 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local
1038 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp581 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1401 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4069 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def340 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1134 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;