Home
last modified time | relevance | path

Searched refs:SLPVectorize (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp169 SLPVectorize = RunSLPVectorization; in PassManagerBuilder()
412 if (!RunSLPAfterLoopVectorization && SLPVectorize) in addFunctionSimplificationPasses()
678 if (RunSLPAfterLoopVectorization && SLPVectorize) { in populateModulePassManager()
900 if (SLPVectorize) in addLTOOptimizationPasses()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h148 bool SLPVectorize; variable
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp536 PMB.SLPVectorize = !DisableVectorization; in optimize()
H A DLTOBackend.cpp274 PMB.SLPVectorize = true; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp234 PMB.SLPVectorize = true; in optimizeModule()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp363 Builder.SLPVectorize = in AddOptimizationPasses()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp553 PMBuilder.SLPVectorize = CodeGenOpts.VectorizeSLP; in CreatePasses()