Searched refs:VPReductionRecipe (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanTest.cpp | 1024 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 D | VPlan.h | 1505 class VPReductionRecipe : public VPRecipeBase, public VPValue { 1512 VPReductionRecipe(const RecurrenceDescriptor *R, Instruction *I, in VPReductionRecipe() function 1521 ~VPReductionRecipe() override = default;
|
| H A D | VPlanRecipes.cpp | 823 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
|
| H A D | LoopVectorize.cpp | 9151 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions() 9152 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions() 9495 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
|