Home
last modified time | relevance | path

Searched refs:VPReductionRecipe (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1450 class VPReductionRecipe : public VPRecipeBase, public VPValue {
1457 VPReductionRecipe(const RecurrenceDescriptor *R, Instruction *I, in VPReductionRecipe() function
1466 ~VPReductionRecipe() override = default;
H A DVPlanRecipes.cpp894 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp9277 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions()
9278 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions()
9595 void VPReductionRecipe::execute(VPTransformState &State) { in execute()