Searched refs:ReductionRoot (Results 1 – 1 of 1) sorted by relevance
1010 Instruction *ReductionRoot = nullptr);9833 Instruction *ReductionRoot) { in vectorizeTree() argument9851 Builder.SetInsertPoint(ReductionRoot ? ReductionRoot in vectorizeTree()11857 WeakTrackingVH ReductionRoot; member in __anonc518864bbf11::HorizontalReduction12203 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 …]