Home
last modified time | relevance | path

Searched refs:SLPVectorization (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp107 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization() argument
108 unwrap(Options)->PTO.SLPVectorization = SLPVectorization; in LLVMPassBuilderOptionsSetSLPVectorization()
H A DPassBuilder.cpp284 SLPVectorization = false; in PipelineTuningOptions()
1281 if (PTO.SLPVectorization) { in addVectorPasses()
2581 PTO.SLPVectorization = in parseModulePass()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h75 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization);
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp137 c.PTO.SLPVectorization = c.OptLevel > 1; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h101 bool SLPVectorization; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp190 Config.PTO.SLPVectorization = Config.OptLevel > 1; in setOptLevel()
H A DThinLTOCodeGenerator.cpp283 PTO.SLPVectorization = true; in optimizeModuleNewPM()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp305 Conf.PTO.SLPVectorization = Conf.OptLevel > 1; in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1270 PTO.SLPVectorization = CodeGenOpts.VectorizeSLP; in EmitAssemblyWithNewPassManager()
1554 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP; in runThinLTOBackend()