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.h283 bool canVectorize(bool UseVPlanNativePath);
491 bool canVectorizeLoopNestCFG(Loop *Lp, bool UseVPlanNativePath);
504 bool canVectorizeLoopCFG(Loop *Lp, bool UseVPlanNativePath);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1580 bool UseVPlanNativePath) { in canVectorizeLoopCFG() argument
1581 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG()
1621 Loop *Lp, bool UseVPlanNativePath) { in canVectorizeLoopNestCFG() argument
1626 if (!canVectorizeLoopCFG(Lp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1636 if (!canVectorizeLoopNestCFG(SubLp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1796 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() argument
1804 if (!canVectorizeLoopNestCFG(TheLoop, UseVPlanNativePath)) { in canVectorize()
1820 assert(UseVPlanNativePath && "VPlan-native path is not enabled."); in canVectorize()