Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21746 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon07b2d7741c111::HorizontalReduction
21747 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
22040 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
22042 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
22268 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
22333 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
22903 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()