Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp1024 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, in TEST()
1151 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1505 class VPReductionRecipe : public VPRecipeBase, public VPValue {
1512 VPReductionRecipe(const RecurrenceDescriptor *R, Instruction *I, in VPReductionRecipe() function
1521 ~VPReductionRecipe() override = default;
H A DVPlanRecipes.cpp823 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp9151 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions()
9152 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions()
9495 void VPReductionRecipe::execute(VPTransformState &State) { in execute()