Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1217 class VPReductionRecipe : public VPRecipeBase, public VPValue {
1224 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() function
1233 ~VPReductionRecipe() override = default;
H A DVPlan.cpp1066 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp9337 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions()
9455 void VPReductionRecipe::execute(VPTransformState &State) { in execute()