Home
last modified time | relevance | path

Searched refs:UnsafeMath (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDROCm.h137 ConditionalLibrary UnsafeMath; variable
153 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
249 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
HDAMDGPU.cpp121 UnsafeMath.On = FilePath; in scanLibDevicePath()
123 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp17243 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
17245 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
17282 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()