Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp61 case RK_IntegerMinMax: in isIntegerRecurrenceKind()
311 if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax && in AddReductionVar()
319 if (Kind == RK_IntegerMinMax && in AddReductionVar()
387 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
585 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr()
641 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, RedDes, in isReductionPHI()
762 case RK_IntegerMinMax: in getRecurrenceBinOp()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h73 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp901 case RD::RK_IntegerMinMax: { in createTargetReduction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3514 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in fixReduction()