Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp896 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local
956 ReductionOperations.push_back(Cur); in getReductionOpChain()
960 ReductionOperations.push_back(Cur); in getReductionOpChain()
961 return ReductionOperations; in getReductionOpChain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7955 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local
7957 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()
7959 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()
7962 for (auto *I : ReductionOperations) { in collectInLoopReductions()
9179 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local
9182 for (auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()
9501 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForInLoopReductions() local
9511 for (Instruction *R : ReductionOperations) { in adjustRecipesForInLoopReductions()