Searched defs:FastRelaxedMath (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 916 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); addClangTargetOptions() local 956 getCommonBitcodeLibs(const llvm::opt::ArgList & DriverArgs,StringRef LibDeviceFile,bool Wave64,bool DAZ,bool FiniteOnly,bool UnsafeMathOpt,bool FastRelaxedMath,bool CorrectSqrt,DeviceLibABIVersion ABIVer,bool isOpenMP=false) const getCommonBitcodeLibs() argument 1003 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, getCommonDeviceLibNames() local
|