Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp579 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
2517 case LoopVectorizationLegality::RK_IntegerMinMax: in getReductionBinOp()
2794 if (RdxDesc.Kind == LoopVectorizationLegality::RK_IntegerMinMax || in vectorizeLoop()
3735 if (AddReductionVar(Phi, RK_IntegerMinMax)) { in canVectorizeInstrs()
4133 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
4141 if (Kind == RK_IntegerMinMax && (isa<ICmpInst>(Cur) || in AddReductionVar()
4205 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
4313 if (Kind != RK_IntegerMinMax && in isReductionInstr()