Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp896 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 DROCm.h181 bool FastRelaxedMath, bool CorrectSqrt, DeviceLibABIVersion ABIVer,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp587 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1422 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4334 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def304 LANGOPT(FastRelaxedMath , 1, 0, NotCompatible, "OpenCL fast relaxed math")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1081 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;