OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectorize
(Results
251 - 275
of
318
) sorted by null
<<
11
12
13
/external/llvm/test/Transforms/BBVectorize/
simple.ll
2
; RUN: opt < %s -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -bb-
vectorize
-ignore-target-info -instcombine -gvn -S | FileCheck %s
simple-int.ll
2
; RUN: opt < %s -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -bb-
vectorize
-ignore-target-info -instcombine -gvn -S | FileCheck %s
122
; Basic depth-3 chain with powi (different powers: should not
vectorize
)
/external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
[
all
...]
/external/clang/include/clang/Basic/
Attr.td
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp
258
/// \brief If a partition contains only conditional stores, we won't
vectorize
587
// Build up a worklist of inner-loops to
vectorize
. This is necessary as the
744
// should be able to
vectorize
these together.
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_3.sh
158
run_test "shaders/glsl-vs-
vectorize
-between-basic-blocks" 0.0 "bin/shader_runner tests/shaders/glsl-vs-
vectorize
-between-basic-blocks.shader_test -auto"
159
run_test "shaders/glsl-vs-
vectorize
-between-basic-blocks-loop" 0.0 "bin/shader_runner tests/shaders/glsl-vs-
vectorize
-between-basic-blocks-loop.shader_test -auto"
/external/llvm/include/llvm/
InitializePasses.h
39
///
Vectorize
library.
/external/llvm/test/Transforms/BBVectorize/X86/
sh-rec2.ll
3
; RUN: opt < %s -basicaa -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-
vectorize
-S | FileCheck %s
sh-rec3.ll
3
; RUN: opt < %s -basicaa -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-
vectorize
-S | FileCheck %s
wr-aliases.ll
1
; RUN: opt -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7-avx -disable-basicaa -bb-
vectorize
-S < %s | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/AArch64/
reduction-small-size.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-interleave=1 -dce -instcombine -S | FileCheck %s
loop-vectorization-factors.ll
1
; RUN: opt -S < %s -basicaa -loop-
vectorize
-force-vector-interleave=1 2>&1 | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/X86/
veclib-calls.ll
1
; RUN: opt < %s -vector-library=Accelerate -loop-
vectorize
-S | FileCheck %s
107
; Test that we can
vectorize
an intrinsic into a vector call.
133
; Test that we don't
vectorize
arbitrary functions.
159
; Test that we don't
vectorize
calls with nobuiltin attribute.
/external/llvm/test/Transforms/LoopVectorize/
if-conversion.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-interleave=1 -force-vector-width=4 -enable-if-conversion -dce -instcombine -S | FileCheck %s
scev-exitlim-crash.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-interleave=2 -force-vector-width=8 -S | FileCheck %s
gcc-examples.ll
1
; RUN: opt < %s -basicaa -loop-
vectorize
-force-vector-width=4 -force-vector-interleave=1 -dce -instcombine -S | FileCheck %s
2
; RUN: opt < %s -basicaa -loop-
vectorize
-force-vector-width=4 -force-vector-interleave=4 -dce -instcombine -S | FileCheck %s -check-prefix=UNROLL
431
; Can
vectorize
.
global_alias.ll
1
; RUN: opt < %s -O1 -loop-
vectorize
-force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
15
;; === First, the tests that should always
vectorize
, wither statically or by adding run-time checks ===
769
;; === Now, the tests that we could
vectorize
with induction changes or run-time checks ===
[
all
...]
/external/llvm/test/Transforms/SLPVectorizer/X86/
tiny-tree.ll
74
; We do not
vectorize
the tiny tree which is not fully vectorizable.
horizontal.ll
372
; RUN: opt -slp-vectorizer -slp-
vectorize
-hor -slp-
vectorize
-hor-store -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=STORE
/external/opencv3/doc/py_tutorials/py_core/py_optimization/
py_optimization.markdown
151
2.
Vectorize
the algorithm/code to the maximum possible extent because Numpy and OpenCV are
/external/clang/test/Driver/
cl-options.c
127
// Qvec: -
vectorize
-loops
130
// Qvec_-NOT: -
vectorize
-loops
/external/clang/include/clang/Driver/
Options.td
[
all
...]
/external/clang/lib/Parse/
ParsePragma.cpp
817
.Case("
vectorize
", true)
[
all
...]
/external/eigen/doc/
TutorialMatrixClass.dox
218
Finally, depending on circumstances, Eigen can also be more aggressive trying to
vectorize
/frameworks/base/docs/html/ndk/guides/
x86.jd
72
data type or algorithm used to
vectorize
the whole port instead of leaving it as a serial one.</li>
Completed in 777 milliseconds
<<
11
12
13