Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1047 assert(!WidenPhi->onlyScalarsGenerated(State->VF.isScalable()) && in execute()
H A DVPlanRecipes.cpp3697 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(bool IsScalable) { in onlyScalarsGenerated() function in VPWidenPointerInductionRecipe
3708 assert(!onlyScalarsGenerated(State.VF.isScalable()) && in execute()
H A DVPlan.h2130 bool onlyScalarsGenerated(bool IsScalable);
H A DVPlanTransforms.cpp664 if (!PtrIV->onlyScalarsGenerated(Plan.hasScalableVF())) in legalizeAndOptimizeInductions()