Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp114 if (auto *U = dyn_cast<VPReductionRecipe>(this)) in toVPUser()
124 if (auto *V = dyn_cast<VPReductionRecipe>(this)) in toVPValue()
144 if (auto *V = dyn_cast<VPReductionRecipe>(this)) in toVPValue()
953 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
DVPlan.h1097 class VPReductionRecipe : public VPRecipeBase, public VPValue, public VPUser {
1106 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() function
1116 ~VPReductionRecipe() override = default;
DLoopVectorize.cpp8576 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions()
8699 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanTest.cpp530 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, false, in TEST()