Searched refs:DAZ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 802 bool DAZ = DriverArgs.hasArg(options::OPT_cl_denorms_are_zero) || in getDefaultDenormalModeForType() local 807 return DAZ ? llvm::DenormalMode::getPreserveSign() : in getDefaultDenormalModeForType() 931 bool DAZ = DriverArgs.hasArg(options::OPT_cl_denorms_are_zero) || in addClangTargetOptions() local 947 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions() 982 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 991 AddBCLib(getDenormalsAreZeroPath(DAZ)); in getCommonBitcodeLibs() 1021 bool DAZ = DriverArgs.hasFlag(options::OPT_fgpu_flush_denormals_to_zero, in getCommonDeviceLibNames() local 1037 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getCommonDeviceLibNames()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 456 // DAZ, FTZ and exception masks. We don't model the "Defs" of flag bits.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2676 " the denormals-are-zero (DAZ) and flush-to-zero (FTZ) bits in the "
|