Home
last modified time | relevance | path

Searched refs:EnableVPlanNativePath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp362 cl::opt<bool> EnableVPlanNativePath( variable
1479 !EnableVPlanNativePath && in setTailFoldingStyles()
2187 (EnableVPlanNativePath && isExplicitVecOuterLoop(&L, ORE))) { in collectSupportedLoops()
2556 if (EnableVPlanNativePath) in emitMemRuntimeChecks()
2949 if (EnableVPlanNativePath) in fixVectorizedLoop()
6836 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in planInVPlanNativePath()
8720 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in buildVPlan()
9440 assert(EnableVPlanNativePath && "VPlan-native path is disabled."); in processLoopInVPlanNativePath()
9645 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop()
9687 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()
H A DVPlanRecipes.cpp40 extern cl::opt<bool> EnableVPlanNativePath;
2629 assert(EnableVPlanNativePath && in execute()
H A DVPlan.cpp55 extern cl::opt<bool> EnableVPlanNativePath;