Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp759 const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor(); in clearReductionWrapFlags()
H A DLoopVectorize.cpp7494 const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor(); in createAndCollectMergePhiForReduction()
8980 auto *IS1 = R1->getRecurrenceDescriptor().IntermediateStore; in adjustRecipesForReductions()
8981 auto *IS2 = R2->getRecurrenceDescriptor().IntermediateStore; in adjustRecipesForReductions()
9012 const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor(); in adjustRecipesForReductions()
9122 const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor(); in adjustRecipesForReductions()
9146 PhiR->getRecurrenceDescriptor().getOpcode(), PhiTy, in adjustRecipesForReductions()
10201 .find(&ReductionPhi->getRecurrenceDescriptor()) in processLoop()
H A DVPlanRecipes.cpp416 const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor(); in generateInstruction()
H A DVPlan.h1764 const RecurrenceDescriptor &getRecurrenceDescriptor() const { in getRecurrenceDescriptor() function