Searched refs:RK_IntegerMult (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 49 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/ |
D | LoopUtils.cpp | 57 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/ |
D | LoopUtils.h | 69 RK_IntegerMult, ///< Product of integers. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 70 RK_IntegerMult, ///< Product of integers. enumerator
|