Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h106 ConditionalLibrary UnsafeMath; variable
118 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
206 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
H A DAMDGPU.cpp117 UnsafeMath.On = FilePath; in scanLibDevicePath()
119 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13982 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
13984 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
14021 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()