Home
last modified time | relevance | path

Searched refs:shouldPack (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1433 bool VPReplicateRecipe::shouldPack() const { in shouldPack() function in VPReplicateRecipe
1469 if (shouldPack()) in print()
H A DVPlan.h2004 bool shouldPack() const;
H A DLoopVectorize.cpp9413 if (State.VF.isVector() && shouldPack()) { in execute()