Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h139 ConditionalLibrary UnsafeMath; variable
155 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
245 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
H A DAMDGPU.cpp76 UnsafeMath.On = FilePath; in scanLibDevicePath()
78 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18244 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
18246 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
18283 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()