Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17012 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction() local
17014 if (EdgeInst && !isVectorLikeInstWithConstOps(EdgeInst) && in matchAssociativeReduction()
17015 !hasSameParent(EdgeInst, BB)) { in matchAssociativeReduction()
17023 if (!EdgeInst || getRdxKind(EdgeInst) != RdxKind || in matchAssociativeReduction()
17024 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()
17025 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()
17026 !isVectorizable(RdxKind, EdgeInst) || in matchAssociativeReduction()
17027 (R.isAnalyzedReductionRoot(EdgeInst) in matchAssociativeReduction()
[all...]