Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp59 case RK_IntegerMinMax: in isIntegerRecurrenceKind()
316 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
324 if (Kind == RK_IntegerMinMax && in AddReductionVar()
392 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
589 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr()
645 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, RedDes, in isReductionPHI()
789 case RK_IntegerMinMax: in getRecurrenceBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h72 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp976 case RD::RK_IntegerMinMax: { in createTargetReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3709 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in fixReduction()