Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp808 if (WidenPhi->onlyScalarsGenerated(State->VF)) in execute()
H A DVPlanRecipes.cpp1609 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(ElementCount VF) { in onlyScalarsGenerated() function in VPWidenPointerInductionRecipe
H A DVPlan.h1648 bool onlyScalarsGenerated(ElementCount VF);
H A DLoopVectorize.cpp9237 if (onlyScalarsGenerated(State.VF)) { in execute()