Home
last modified time | relevance | path

Searched defs: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
37 Instruction *Reduction;
39 Instruction *ExtendA;
40 Instruction *ExtendB;
43 Instruction *ExtendUser;
H A DLoopVectorize.cpp8080 SmallVectorImpl<std::pair<PartialReductionChain, unsigned>> &Chains) { in getScaledReductions()