Searched refs:RK_IntegerAdd (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 48 case RK_IntegerAdd: in isIntegerRecurrenceKind() 67 case RK_IntegerAdd: in isArithmeticRecurrenceKind() 436 return InstDesc(Kind == RK_IntegerAdd, I); in isRecurrenceInstr() 481 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI() 565 case RK_IntegerAdd: in getRecurrenceIdentity() 589 case RK_IntegerAdd: in getRecurrenceBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 56 case RK_IntegerAdd: in isIntegerRecurrenceKind() 75 case RK_IntegerAdd: in isArithmeticRecurrenceKind() 509 return InstDesc(Kind == RK_IntegerAdd, I); in isRecurrenceInstr() 556 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI() 664 case RK_IntegerAdd: in getRecurrenceIdentity() 688 case RK_IntegerAdd: in getRecurrenceBinOp() 1699 case RD::RK_IntegerAdd: in createTargetReduction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 68 RK_IntegerAdd, ///< Sum of integers. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 69 RK_IntegerAdd, ///< Sum of integers. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 428 RecurrenceDescriptor::RK_IntegerAdd, in MatchReductions()
|