Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1333 class VPReductionRecipe : public VPRecipeBase, public VPValue {
1340 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() function
1349 ~VPReductionRecipe() override = default;
DVPlan.cpp1164 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
DLoopVectorize.cpp9539 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions()
9657 void VPReductionRecipe::execute(VPTransformState &State) { in execute()