Searched refs:VPReductionRecipe (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1450 class VPReductionRecipe : public VPRecipeBase, public VPValue { 1457 VPReductionRecipe(const RecurrenceDescriptor *R, Instruction *I, in VPReductionRecipe() function 1466 ~VPReductionRecipe() override = default;
|
| H A D | VPlanRecipes.cpp | 894 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
|
| H A D | LoopVectorize.cpp | 9277 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions() 9278 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions() 9595 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
|