Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h360 void buildVPlansWithVPRecipes(ElementCount MinVF, ElementCount MaxVF);
DLoopVectorize.cpp7534 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