Home
last modified time | relevance | path

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

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