Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14227 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) { in hasRequiredNumberOfUses() argument
14228 if (IsCmpSelMinMax) { in hasRequiredNumberOfUses()
14293 bool IsCmpSelMinMax = isCmpSelMinMax(Root); in matchAssociativeReduction() local
14319 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()
14320 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()
14555 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce() local
14829 getReductionCost(TTI, VL, IsCmpSelMinMax, ReduxWidth, RdxFMF); in tryToReduce()
14867 if (IsCmpSelMinMax) in tryToReduce()
15082 bool IsCmpSelMinMax, unsigned ReduxWidth, in getReductionCost() argument
15099 if (RdxVal->hasNUsesOrMore(IsCmpSelMinMax ? 3 : 2)) { in getReductionCost()
[all …]