Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h273 bool canVectorize(bool UseVPlanNativePath);
412 bool canVectorizeLoopNestCFG(Loop *Lp, bool UseVPlanNativePath);
425 bool canVectorizeLoopCFG(Loop *Lp, bool UseVPlanNativePath);
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1201 bool UseVPlanNativePath) { in canVectorizeLoopCFG() argument
1202 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG()
1242 Loop *Lp, bool UseVPlanNativePath) { in canVectorizeLoopNestCFG() argument
1247 if (!canVectorizeLoopCFG(Lp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1257 if (!canVectorizeLoopNestCFG(SubLp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1267 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() argument
1275 if (!canVectorizeLoopNestCFG(TheLoop, UseVPlanNativePath)) { in canVectorize()
1289 assert(UseVPlanNativePath && "VPlan-native path is not enabled."); in canVectorize()