Searched refs:VPReductionRecipe (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 114 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()
|
D | VPlan.h | 1097 class VPReductionRecipe : public VPRecipeBase, public VPValue, public VPUser { 1106 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() function 1116 ~VPReductionRecipe() override = default;
|
D | LoopVectorize.cpp | 8576 VPReductionRecipe *RedRecipe = new VPReductionRecipe( in adjustRecipesForInLoopReductions() 8699 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
|
/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanTest.cpp | 530 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, false, in TEST()
|