Home
last modified time | relevance | path

Searched refs:LoopVectorization (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp144 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization() argument
145 unwrap(Options)->PTO.LoopVectorization = LoopVectorization; in LLVMPassBuilderOptionsSetLoopVectorization()
H A DPassBuilderPipelines.cpp312 LoopVectorization = true; in PipelineTuningOptions()
1302 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
H A DPassBuilder.cpp1793 PTO.LoopVectorization = L.getSpeedupLevel() > 1 && L != OptimizationLevel::Oz; in setupOptionsForPipelineAlias()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h103 LLVMBool LoopVectorization);
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp107 c.PTO.LoopVectorization = c.OptLevel > 1; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp187 Config.PTO.LoopVectorization = Config.OptLevel > 1; in setOptLevel()
H A DThinLTOCodeGenerator.cpp246 PTO.LoopVectorization = true; in optimizeModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp352 Conf.PTO.LoopVectorization = Conf.OptLevel > 1; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h55 bool LoopVectorization; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp903 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()
1344 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()