Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp363 cl::opt<bool> EnableVPlanNativePath( variable
1304 if (EnableVPlanNativePath) in isProfitableToScalarize()
1326 if (EnableVPlanNativePath) in isUniformAfterVectorization()
1342 if (EnableVPlanNativePath) in isScalarAfterVectorization()
1404 if (EnableVPlanNativePath) in getWideningDecision()
2312 (EnableVPlanNativePath && isExplicitVecOuterLoop(&L, ORE))) { in collectSupportedLoops()
2989 if (EnableVPlanNativePath) in emitMemRuntimeChecks()
3465 if (EnableVPlanNativePath) in fixVectorizedLoop()
9831 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop()
9877 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()
[all …]
H A DVPlan.cpp51 extern cl::opt<bool> EnableVPlanNativePath;
844 if (!EnableVPlanNativePath) { in execute()
H A DVPlanRecipes.cpp40 extern cl::opt<bool> EnableVPlanNativePath;
1791 assert(EnableVPlanNativePath && in execute()