Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp49 case RK_IntegerMult: in isIntegerRecurrenceKind()
68 case RK_IntegerMult: in isArithmeticRecurrenceKind()
438 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
485 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
569 case RK_IntegerMult: in getRecurrenceIdentity()
591 case RK_IntegerMult: in getRecurrenceBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp57 case RK_IntegerMult: in isIntegerRecurrenceKind()
76 case RK_IntegerMult: in isArithmeticRecurrenceKind()
511 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
561 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
668 case RK_IntegerMult: in getRecurrenceIdentity()
690 case RK_IntegerMult: in getRecurrenceBinOp()
1701 case RD::RK_IntegerMult: in createTargetReduction()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h69 RK_IntegerMult, ///< Product of integers. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h70 RK_IntegerMult, ///< Product of integers. enumerator