Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h137 ConditionalLibrary UnsafeMath; variable
153 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
249 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
H A DAMDGPU.cpp120 UnsafeMath.On = FilePath; in scanLibDevicePath()
122 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16942 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
16944 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
16981 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()