Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp587 if (!PtrIV->onlyScalarsGenerated(Plan.hasScalableVF())) in legalizeAndOptimizeInductions()
H A DVPlan.cpp1040 assert(!WidenPhi->onlyScalarsGenerated(State->VF.isScalable()) && in execute()
H A DVPlan.h1879 bool onlyScalarsGenerated(bool IsScalable);
H A DVPlanRecipes.cpp2447 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(bool IsScalable) { in onlyScalarsGenerated() function in VPWidenPointerInductionRecipe
H A DLoopVectorize.cpp9059 assert(!onlyScalarsGenerated(State.VF.isScalable()) && in execute()