Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1181 Instruction *ReductionRoot = nullptr);
13700 Instruction *ReductionRoot) { in vectorizeTree() argument
13709 if (ReductionRoot) in vectorizeTree()
13710 Builder.SetInsertPoint(ReductionRoot->getParent(), in vectorizeTree()
13711 ReductionRoot->getIterator()); in vectorizeTree()
14292 Builder.SetInsertPoint(ReductionRoot->getParent(), in vectorizeTree()
14293 ReductionRoot->getIterator()); in vectorizeTree()
16652 WeakTrackingVH ReductionRoot; member in __anon07b2d77415511::HorizontalReduction
16978 ReductionRoot = Root; in matchAssociativeReduction()
17165 IRBuilder<TargetFolder> Builder(ReductionRoot->getContext(), in tryToReduce()
[all …]