Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1010 Instruction *ReductionRoot = nullptr);
9833 Instruction *ReductionRoot) { in vectorizeTree() argument
9851 Builder.SetInsertPoint(ReductionRoot ? ReductionRoot in vectorizeTree()
11857 WeakTrackingVH ReductionRoot; member in __anonc518864bbf11::HorizontalReduction
12203 ReductionRoot = Inst; in matchAssociativeReduction()
12424 IRBuilder<> Builder(cast<Instruction>(ReductionRoot)); in tryToReduce()
12453 ExternallyUsedValues[ReductionRoot]; in tryToReduce()
12462 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce()
12713 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce()
12827 ExtraReductions.emplace_back(cast<Instruction>(ReductionRoot), in tryToReduce()
[all …]