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 DLoopVectorizationPlanner.h50 extern cl::opt<bool> EnableVPlanNativePath;
H A DLoopVectorize.cpp355 cl::opt<bool> llvm::EnableVPlanNativePath( member in llvm
1363 TTI.hasActiveVectorLength() && !EnableVPlanNativePath; in setTailFoldingStyles()
2089 (EnableVPlanNativePath && isExplicitVecOuterLoop(&L, ORE))) { in collectSupportedLoops()
6621 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in planInVPlanNativePath()
8921 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in tryToBuildVPlan()
9316 assert((!EnableVPlanNativePath || OrigLoop->isInnermost()) && in attachRuntimeChecks()
9428 assert(EnableVPlanNativePath && "VPlan-native path is disabled."); in processLoopInVPlanNativePath()
9909 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop()
9951 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()
H A DVPlan.cpp55 extern cl::opt<bool> EnableVPlanNativePath;