Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1164 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local
1257 ReductionOperations.push_back(Cur); in getReductionOpChain()
1261 ReductionOperations.push_back(Cur); in getReductionOpChain()
1262 return ReductionOperations; in getReductionOpChain()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7428 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local
7430 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()
7432 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()
7435 for (auto *I : ReductionOperations) { in collectInLoopReductions()
8840 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in buildVPlanWithVPRecipes() local
8843 for (const auto &R : ReductionOperations) { in buildVPlanWithVPRecipes()
9222 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second; in adjustRecipesForReductions() local
9232 for (Instruction *R : ReductionOperations) { in adjustRecipesForReductions()