Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp812 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local
823 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions()
852 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
861 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
862 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
905 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local
914 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
H A DROCm.h170 bool FastRelaxedMath, bool CorrectSqrt,
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp555 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1205 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3822 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def310 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td886 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;