Home
last modified time | relevance | path

Searched refs:UnsafeMathOpt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp894 bool UnsafeMathOpt = in addClangTargetOptions() local
912 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions()
951 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
973 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
1007 bool UnsafeMathOpt = in getCommonDeviceLibNames() local
1024 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getCommonDeviceLibNames()
H A DROCm.h180 bool Wave64, bool DAZ, bool FiniteOnly, bool UnsafeMathOpt,