Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp113 const bool HasUnsafeFPMath; member in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl
126 HasUnsafeFPMath(hasUnsafeFPMath(F)), in AMDGPUCodeGenPrepareImpl()
902 return SqrtFMF.approxFunc() || HasUnsafeFPMath || in canOptimizeWithRsq()
929 if ((DivFMF.approxFunc() && SqrtFMF.approxFunc()) || HasUnsafeFPMath || in optimizeWithRsq()
1117 const bool AllowInaccurateRcp = HasUnsafeFPMath || DivFMF.approxFunc(); in visitFDiv()
2323 if (SqrtFMF.approxFunc() || HasUnsafeFPMath) in visitSqrt()