Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp70 case RK_FloatMult: in isArithmeticRecurrenceKind()
446 return InstDesc(Kind == RK_FloatMult, I, UAI); in isRecurrenceInstr()
506 if (AddReductionVar(Phi, RK_FloatMult, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
575 case RK_FloatMult: in getRecurrenceIdentity()
599 case RK_FloatMult: in getRecurrenceBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp78 case RK_FloatMult: in isArithmeticRecurrenceKind()
519 return InstDesc(Kind == RK_FloatMult, I, UAI); in isRecurrenceInstr()
586 if (AddReductionVar(Phi, RK_FloatMult, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
674 case RK_FloatMult: in getRecurrenceIdentity()
698 case RK_FloatMult: in getRecurrenceBinOp()
1697 case RD::RK_FloatMult: in createTargetReduction()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h75 RK_FloatMult, ///< Product of floats. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h76 RK_FloatMult, ///< Product of floats. enumerator