Home
last modified time | relevance | path

Searched refs:VPlans (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h329 SmallVector<VPlanPtr, 4> VPlans; variable
397 return any_of(VPlans, in hasPlanWithVF()
H A DLoopVectorize.cpp4517 assert(any_of(VPlans, in selectVectorizationFactor()
4529 (VPlans.size() > 1 || !VPlans[0]->hasScalarVFOnly())) { in selectVectorizationFactor()
4537 for (auto &P : VPlans) { in selectVectorizationFactor()
6932 if (VPlans.empty()) in plan()
6934 if (all_of(VPlans, in plan()
7113 VPlan &FirstPlan = *VPlans[0]; in getBestPlan()
7114 if (VPlans.size() == 1 && size(FirstPlan.vectorFactors()) == 1) in getBestPlan()
7134 for (auto &P : VPlans) { in getBestPlan()
7159 assert(count_if(VPlans, in getBestPlanFor()
7164 for (const VPlanPtr &Plan : VPlans) { in getBestPlanFor()
[all …]