Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h30 struct PartialReductionChain { struct
31 PartialReductionChain(Instruction *Reduction, Instruction *ExtendA, in PartialReductionChain() function
144 SmallVectorImpl<std::pair<PartialReductionChain, unsigned>> &Chains);
H A DLoopVectorize.cpp8045 SmallVector<std::pair<PartialReductionChain, unsigned>> in collectScaledReductions()
8071 PartialReductionChain Chain = Pair.first; in collectScaledReductions()
8080 SmallVectorImpl<std::pair<PartialReductionChain, unsigned>> &Chains) { in getScaledReductions() argument
8166 PartialReductionChain Chain(RdxExitInstr, Exts[0], Exts[1], ExtendUser); in getScaledReductions()