Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13934 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon3e6d93aa10011::HorizontalReduction
13935 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
14243 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
14245 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
14478 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
14543 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
15071 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()