Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DROCm.h94 ConditionalLibrary UnsafeMath; variable
101 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
178 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
DAMDGPU.cpp66 UnsafeMath.On = FilePath; in scanLibDevicePath()
68 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8720 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
8722 if (!UnsafeMath && !Flags->hasAllowReciprocal()) in combineRepeatedFPDivisors()
8745 if (UnsafeMath || U->getFlags()->hasAllowReciprocal()) in combineRepeatedFPDivisors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12665 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
12667 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors()
12698 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13675 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
13677 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
13714 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()