Searched refs:LoopVectorize (Results 1 – 17 of 17) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | CMakeLists.txt | 4 LoopVectorize.cpp
|
H A D | LoopVectorize.cpp | 2208 struct LoopVectorize : public FunctionPass { struct 2214 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() argument 7347 char LoopVectorize::ID = 0; 7351 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false) 7365 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false) 7369 Pass *createLoopVectorizePass() { return new LoopVectorize(); } in createLoopVectorizePass() 7373 return new LoopVectorize(InterleaveOnlyWhenForced, VectorizeOnlyWhenForced); in createLoopVectorizePass()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/ |
H A D | BUILD.gn | 12 "LoopVectorize.cpp",
|
/openbsd-src/gnu/usr.bin/clang/libLLVMVectorize/ |
H A D | Makefile | 11 LoopVectorize.cpp \
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | PassManagerBuilder.h | 96 bool LoopVectorize; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 51 LoopVectorize = true; in PassManagerBuilder() 206 PM.add(createLoopVectorizePass(!LoopsInterleaved, !LoopVectorize)); in addVectorPasses()
|
/openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 44 …0a8bc14ad7f3209fe702d18e250194cd90188596/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp#L7445>`_::
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | AArch64SME.rst | 394 As a first step, this means we'll disable vectorization (LoopVectorize/SLP)
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 2844 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.macppc | 2843 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.loongson | 2843 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.octeon | 2843 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.arm64 | 2844 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.powerpc64 | 2842 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.armv7 | 2842 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.i386 | 2842 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|
H A D | clang.sparc64 | 2843 ./usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
|