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.cpp16933 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) { in hasRequiredNumberOfUses() argument
16934 if (IsCmpSelMinMax) { in hasRequiredNumberOfUses()
16999 bool IsCmpSelMinMax = isCmpSelMinMax(Root); in matchAssociativeReduction() local
17024 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()
17025 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()
17254 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce() local
17534 getReductionCost(TTI, VL, IsCmpSelMinMax, ReduxWidth, RdxFMF); in tryToReduce()
17572 if (IsCmpSelMinMax) in tryToReduce()
17782 bool IsCmpSelMinMax, unsigned ReduxWidth, in getReductionCost() argument
17799 if (RdxVal->hasNUsesOrMore(IsCmpSelMinMax in getReductionCost()
[all...]