Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp55 case RK_IntegerMult: in isIntegerRecurrenceKind()
74 case RK_IntegerMult: in isArithmeticRecurrenceKind()
571 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
625 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
755 case RK_IntegerMult: in getRecurrenceIdentity()
777 case RK_IntegerMult: in getRecurrenceBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h68 RK_IntegerMult, ///< Product of integers. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp968 case RD::RK_IntegerMult: in createTargetReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3891 RK != RecurrenceDescriptor::RK_IntegerMult) in clearReductionWrapFlags()