Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp701 if (WidenPhi->onlyScalarsGenerated(State->VF)) in execute()
H A DVPlanRecipes.cpp985 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(ElementCount VF) { in onlyScalarsGenerated() function in VPWidenPointerInductionRecipe
H A DVPlan.h1223 bool onlyScalarsGenerated(ElementCount VF);
H A DLoopVectorize.cpp9341 if (onlyScalarsGenerated(State.VF)) { in execute()