Home
last modified time | relevance | path

Searched refs:LoopVectorize (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h161 bool LoopVectorize; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp201 LoopVectorize = true; in PassManagerBuilder()
542 PM.add(createLoopVectorizePass(!LoopsInterleaved, !LoopVectorize)); in addVectorPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp326 PMB.LoopVectorize = true; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp249 PMB.LoopVectorize = true; in optimizeModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp381 Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2; in AddOptimizationPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2183 struct LoopVectorize : public FunctionPass { struct
2189 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() argument
7875 char LoopVectorize::ID = 0;
7879 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false)
7894 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
7898 Pass *createLoopVectorizePass() { return new LoopVectorize(); } in createLoopVectorizePass()
7902 return new LoopVectorize(InterleaveOnlyWhenForced, VectorizeOnlyWhenForced); in createLoopVectorizePass()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp687 PMBuilder.LoopVectorize = CodeGenOpts.VectorizeLoop; in CreatePasses()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1710 SRCS_MIN+= Transforms/Vectorize/LoopVectorize.cpp