Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h118 static void replicateByVF(VPlan &Plan, ElementCount VF);
H A DVPlanUnroll.cpp494 void VPlanTransforms::replicateByVF(VPlan &Plan, ElementCount VF) { in replicateByVF() function in VPlanTransforms
H A DLoopVectorize.cpp7219 VPlanTransforms::runPass(VPlanTransforms::replicateByVF, BestVPlan, BestVF); in executePlan()