Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16659 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon5824d94915711::HorizontalReduction
16660 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
16949 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
16951 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
17175 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
17242 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
17771 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()