Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21765 static bool isCmpSelMinMax(Instruction *I) { in isCmpSelMinMax() function in __anon07b2d7741c111::HorizontalReduction
22003 return isCmpSelMinMax(I) ? 1 : 0; in getFirstOperandIndex()
22009 return isCmpSelMinMax(I) ? 3 : 2; in getNumberOfOperands()
22015 if (isCmpSelMinMax(I) || isBoolLogicOp(I)) { in hasSameParent()
22039 if (isCmpSelMinMax(I)) in initReductionOps()
22047 if (isCmpSelMinMax(I)) { in addReductionOps()
22111 bool IsCmpSelMinMax = isCmpSelMinMax(Root); in matchAssociativeReduction()
22132 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()
22345 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce()