Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DCMakeLists.txt4 LoopVectorize.cpp
H A DLoopVectorize.cpp2173 struct LoopVectorize : public FunctionPass { struct
2179 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() function
7272 char LoopVectorize::ID = 0;
7276 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false)
7291 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
7295 Pass *createLoopVectorizePass() { return new LoopVectorize(); } in createLoopVectorizePass()
7299 return new LoopVectorize(InterleaveOnlyWhenForced, VectorizeOnlyWhenForced); in createLoopVectorizePass()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/
H A DBUILD.gn12 "LoopVectorize.cpp",
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dloop-vect-option.ll6 ; Dummy test to check LoopVectorize options.
H A Ddbg.value.ll4 source_filename = "test/Transforms/LoopVectorize/dbg.value.ll"
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Drauw-bug.ll11 ; test/Transforms/LoopVectorize/X86/rauw-bug.ll
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h158 bool LoopVectorize; variable
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp91 Builder.LoopVectorize = true; in AddOptimizationPasses()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp176 LoopVectorize = true; in PassManagerBuilder()
461 PM.add(createLoopVectorizePass(!LoopsInterleaved, !LoopVectorize)); in addVectorPasses()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp348 Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2; in AddOptimizationPasses()
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst44 …0a8bc14ad7f3209fe702d18e250194cd90188596/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp#L7445>`_::