Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanAnalysis.cpp249 VPWidenPointerInductionRecipe, VPEVLBasedIVPHIRecipe>( in inferScalarType()
HDVPlan.h2799 class VPEVLBasedIVPHIRecipe : public VPHeaderPHIRecipe {
2801 VPEVLBasedIVPHIRecipe(VPValue *StartIV, DebugLoc DL) in VPEVLBasedIVPHIRecipe() function
2804 ~VPEVLBasedIVPHIRecipe() override = default;
2806 VPEVLBasedIVPHIRecipe *clone() override { in clone()
HDVPlan.cpp1062 isa<VPFirstOrderRecurrencePHIRecipe, VPEVLBasedIVPHIRecipe>(PhiR) || in execute()
1066 isa<VPCanonicalIVPHIRecipe, VPEVLBasedIVPHIRecipe>(PhiR) || in execute()
HDVPlanRecipes.cpp2684 void VPEVLBasedIVPHIRecipe::execute(VPTransformState &State) { in execute()
2696 void VPEVLBasedIVPHIRecipe::print(raw_ostream &O, const Twine &Indent, in print()
HDVPlanTransforms.cpp1453 auto *EVLPhi = new VPEVLBasedIVPHIRecipe(StartV, DebugLoc()); in tryAddExplicitVectorLength()