Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7316 WeakTrackingVH ReductionRoot; member in __anon75ab86282e11::HorizontalReduction
7673 ReductionRoot = Inst; in matchAssociativeReduction()
7779 IRBuilder<> Builder(cast<Instruction>(ReductionRoot)); in tryToReduce()
7803 ExternallyUsedValues[ReductionRoot]; in tryToReduce()
7861 if (isa<SelectInst>(ReductionRoot) && in tryToReduce()
7862 isBoolLogicOp(cast<Instruction>(ReductionRoot)) && in tryToReduce()
7906 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce()
7950 ReductionRoot->replaceAllUsesWith(VectorizedTree); in tryToReduce()