Searched refs:buildVPlansWithVPRecipes (Results 1 – 2 of 2) sorted by relevance
437 void buildVPlansWithVPRecipes(ElementCount MinVF, ElementCount MaxVF);
6894 buildVPlansWithVPRecipes(UserVF, UserVF); in plan()6928 buildVPlansWithVPRecipes(ElementCount::getFixed(1), MaxFactors.FixedVF); in plan()6929 buildVPlansWithVPRecipes(ElementCount::getScalable(1), MaxFactors.ScalableVF); in plan()8322 void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF, in buildVPlansWithVPRecipes() function in LoopVectorizationPlanner