Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h271 bool canVectorize(bool UseVPlanNativePath);
415 bool canVectorizeLoopNestCFG(Loop *Lp, bool UseVPlanNativePath);
428 bool canVectorizeLoopCFG(Loop *Lp, bool UseVPlanNativePath);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1376 bool UseVPlanNativePath) { in canVectorizeLoopCFG() argument
1377 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG()
1417 Loop *Lp, bool UseVPlanNativePath) { in canVectorizeLoopNestCFG() argument
1422 if (!canVectorizeLoopCFG(Lp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1432 if (!canVectorizeLoopNestCFG(SubLp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1442 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() argument
1450 if (!canVectorizeLoopNestCFG(TheLoop, UseVPlanNativePath)) { in canVectorize()
1464 assert(UseVPlanNativePath && "VPlan-native path is not enabled."); in canVectorize()