Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1052 void VPFirstOrderRecurrencePHIRecipe::execute(VPTransformState &State) { in execute()
1081 void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DVPlan.h1285 struct VPFirstOrderRecurrencePHIRecipe : public VPHeaderPHIRecipe { struct
1286 VPFirstOrderRecurrencePHIRecipe(PHINode *Phi, VPValue &Start) in VPFirstOrderRecurrencePHIRecipe() function
H A DVPlan.cpp723 isa<VPFirstOrderRecurrencePHIRecipe>(PhiR) || in execute()
H A DLoopVectorize.cpp555 void fixFirstOrderRecurrence(VPFirstOrderRecurrencePHIRecipe *PhiR,
3724 else if (auto *FOR = dyn_cast<VPFirstOrderRecurrencePHIRecipe>(&R)) in fixCrossIterationPHIs()
3730 VPFirstOrderRecurrencePHIRecipe *PhiR, VPTransformState &State) { in fixFirstOrderRecurrence()
8502 PhiRecipe = new VPFirstOrderRecurrencePHIRecipe(Phi, *StartV); in tryToCreateWidenRecipe()
8961 auto *RecurPhi = dyn_cast<VPFirstOrderRecurrencePHIRecipe>(&R); in buildVPlanWithVPRecipes()