Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h271 bool canVectorize(bool UseVPlanNativePath);
412 bool canVectorizeLoopNestCFG(Loop *Lp, bool UseVPlanNativePath);
425 bool canVectorizeLoopCFG(Loop *Lp, bool UseVPlanNativePath);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1368 bool UseVPlanNativePath) { in canVectorizeLoopCFG() argument
1369 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG()
1409 Loop *Lp, bool UseVPlanNativePath) { in canVectorizeLoopNestCFG() argument
1414 if (!canVectorizeLoopCFG(Lp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1424 if (!canVectorizeLoopNestCFG(SubLp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1434 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() argument
1442 if (!canVectorizeLoopNestCFG(TheLoop, UseVPlanNativePath)) { in canVectorize()
1456 assert(UseVPlanNativePath && "VPlan-native path is not enabled."); in canVectorize()