Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp870 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local
930 ReductionOperations.push_back(Cur); in getReductionOpChain()
934 ReductionOperations.push_back(Cur); in getReductionOpChain()
935 return ReductionOperations; in getReductionOpChain()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7870 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local
7872 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()
7874 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()
7877 for (auto *I : ReductionOperations) { in collectInLoopReductions()
9021 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local
9024 for (auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()
9308 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForInLoopReductions() local
9315 for (Instruction *R : ReductionOperations) { in adjustRecipesForInLoopReductions()