Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp290 bool canOptimizeWithRsq(const FPMathOperator *SqrtOp, FastMathFlags DivFMF,
294 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
303 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
895 FastMathFlags DivFMF, in canOptimizeWithRsq() argument
898 if (!DivFMF.allowContract() || !SqrtFMF.allowContract()) in canOptimizeWithRsq()
907 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq() argument
910 assert(DivFMF.allowContract() && SqrtFMF.allowContract()); in optimizeWithRsq()
927 Builder.setFastMathFlags(DivFMF | SqrtFMF); in optimizeWithRsq()
929 if ((DivFMF.approxFunc() && SqrtFMF.approxFunc()) || HasUnsafeFPMath || in optimizeWithRsq()
1038 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement() argument
[all …]