Searched refs:buildVPlansWithVPRecipes (Results 1 – 2 of 2) sorted by relevance
360 void buildVPlansWithVPRecipes(ElementCount MinVF, ElementCount MaxVF);
7534 buildVPlansWithVPRecipes(UserVF, UserVF); in plan()7562 buildVPlansWithVPRecipes(ElementCount::getFixed(1), MaxFactors.FixedVF); in plan()7563 buildVPlansWithVPRecipes(ElementCount::getScalable(1), MaxFactors.ScalableVF); in plan()8673 void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF, in buildVPlansWithVPRecipes() function in LoopVectorizationPlanner