Searched refs:VPReductionRecipe (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 259 .Case<VPReductionRecipe, VPPredInstPHIRecipe, VPWidenPHIRecipe, in inferScalarType() 278 .Case<VPReductionRecipe>([this](const auto *R) { in inferScalarType()
|
H A D | VPlan.h | 2173 class VPReductionRecipe : public VPSingleDefRecipe { 2181 VPReductionRecipe(const unsigned char SC, const RecurrenceDescriptor &R, in VPReductionRecipe() function 2192 VPReductionRecipe(const RecurrenceDescriptor &R, Instruction *I, in VPReductionRecipe() function 2195 : VPReductionRecipe(VPDef::VPReductionSC, R, I, in VPReductionRecipe() 2199 ~VPReductionRecipe() override = default; 2201 VPReductionRecipe *clone() override { in clone() 2202 return new VPReductionRecipe(RdxDesc, getUnderlyingInstr(), getChainOp(), in clone() 2247 class VPReductionEVLRecipe : public VPReductionRecipe { 2249 VPReductionEVLRecipe(VPReductionRecipe *R, VPValue *EVL, VPValue *CondOp) in VPReductionEVLRecipe() 2250 : VPReductionRecipe( in VPReductionEVLRecipe()
|
H A D | VPlanRecipes.cpp | 1701 void VPReductionRecipe::execute(VPTransformState &State) { in execute() 1791 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
|
H A D | VPlanTransforms.cpp | 1496 } else if (auto *RedR = dyn_cast<VPReductionRecipe>(CurRecipe)) { in tryAddExplicitVectorLength()
|
H A D | LoopVectorize.cpp | 8920 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions() 8921 new VPReductionRecipe(RdxDesc, CurrentLinkI, PreviousLink, VecOp, in adjustRecipesForReductions()
|