Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1910 class VPReductionRecipe : public VPSingleDefRecipe {
1915 VPReductionRecipe(const RecurrenceDescriptor &R, Instruction *I, in VPReductionRecipe() function
1924 ~VPReductionRecipe() override = default;
H A DVPlanRecipes.cpp1411 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp9104 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForReductions()
9355 void VPReductionRecipe::execute(VPTransformState &State) { in execute()