Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp259 .Case<VPReductionRecipe, VPPredInstPHIRecipe, VPWidenPHIRecipe, in inferScalarType()
278 .Case<VPReductionRecipe>([this](const auto *R) { in inferScalarType()
H A DVPlan.h2173 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 DVPlanRecipes.cpp1701 void VPReductionRecipe::execute(VPTransformState &State) { in execute()
1791 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DVPlanTransforms.cpp1496 } else if (auto *RedR = dyn_cast<VPReductionRecipe>(CurRecipe)) { in tryAddExplicitVectorLength()
H A DLoopVectorize.cpp8920 VPReductionRecipe *RedRecipe = in adjustRecipesForReductions()
8921 new VPReductionRecipe(RdxDesc, CurrentLinkI, PreviousLink, VecOp, in adjustRecipesForReductions()