Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp916 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local
927 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions()
956 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
966 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
967 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
1003 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local
1012 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
H A DROCm.h180 bool FastRelaxedMath, bool CorrectSqrt,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp556 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1254 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3894 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def323 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1065 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;