OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectorize
(Results
76 - 100
of
317
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Transforms/
Makefile
11
PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO
Vectorize
Hello ObjCARC
/external/llvm/lib/Transforms/Vectorize/
Android.mk
7
Vectorize
.cpp
/external/llvm/test/Transforms/BBVectorize/X86/
cmp-types.ll
3
; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-
vectorize
-S | FileCheck %s
loop1.ll
3
; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s
4
; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -basicaa -loop-unroll -unroll-threshold=45 -unroll-allow-partial -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s -check-prefix=CHECK-UNRL
vs-cast.ll
3
; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -bb-
vectorize
-S | FileCheck %s
/external/llvm/test/Transforms/LoopDistribute/
basic-with-memchecks.ll
4
; RUN: opt -basicaa -loop-distribute -loop-
vectorize
-force-vector-width=4 \
6
; RUN: FileCheck --check-prefix=
VECTORIZE
%s
8
; The memcheck version of basic.ll. We should distribute and
vectorize
the
77
;
VECTORIZE
: mul <4 x i32>
/external/llvm/test/Transforms/LoopVectorize/PowerPC/
stride-vectorization.ll
1
; RUN: opt -S -basicaa -loop-
vectorize
< %s | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/X86/
no-vector.ll
1
; RUN: opt -S -mtriple=i386-unknown-freebsd -mcpu=i486 -loop-
vectorize
< %s
metadata-enable.ll
6
; RUN: opt < %s -mcpu=corei7 -O1 -
vectorize
-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC
7
; RUN: opt < %s -mcpu=corei7 -Oz -
vectorize
-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC
8
; RUN: opt < %s -mcpu=corei7 -O1 -loop-
vectorize
-S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC2
9
; RUN: opt < %s -mcpu=corei7 -Oz -loop-
vectorize
-S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC2
12
; This file tests the llvm.loop.
vectorize
.enable metadata forcing
174
!1 = !{!"llvm.loop.
vectorize
.enable", i1 1}
176
!3 = !{!"llvm.loop.
vectorize
.enable", i1 0}
no_fpmath.ll
1
; RUN: opt < %s -loop-
vectorize
-mtriple=x86_64-unknown-linux -S -pass-remarks='loop-
vectorize
' -pass-remarks-missed='loop-
vectorize
' -pass-remarks-analysis='loop-
vectorize
' 2>&1 | FileCheck %s
104
!27 = !{!"llvm.loop.
vectorize
.enable", i1 true}
cost-model.ll
1
; RUN: opt < %s -loop-
vectorize
-mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -S | FileCheck %s
11
; The program below gathers and scatters data. We better not
vectorize
it.
vector_max_bandwidth.ll
1
; RUN: opt -loop-
vectorize
-vectorizer-maximize-bandwidth -mcpu=corei7-avx -debug-only=loop-
vectorize
-S < %s 2>&1 | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/
exact.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-width=4 -S | FileCheck %s
unsized-pointee-crash.ll
1
; RUN: opt -S -loop-
vectorize
< %s | FileCheck %s
vectorize-once.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S -simplifycfg | FileCheck %s
43
; This test checks that we don't
vectorize
loops that are marked with the "width" == 1 metadata.
72
; CHECK: !1 = !{!"llvm.loop.
vectorize
.width", i32 1}
78
!1 = !{!"llvm.loop.
vectorize
.width", i32 1}
zero-sized-pointee-crash.ll
1
; RUN: opt -S -loop-
vectorize
< %s | FileCheck %s
no_array_bounds.ll
1
; RUN: opt < %s -loop-
vectorize
-S 2>&1 | FileCheck %s
7
; #pragma clang loop
vectorize
(enable)
12
; #pragma clang loop
vectorize
(disable) interleave(enable)
88
!13 = !{!"llvm.loop.
vectorize
.enable", i1 true}
94
!19 = !{!"llvm.loop.
vectorize
.width", i32 1}
memdep.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-width=2 -force-vector-interleave=1 -S | FileCheck %s
2
; RUN: opt < %s -loop-
vectorize
-force-vector-width=4 -force-vector-interleave=1 -S | FileCheck %s -check-prefix=WIDTH
124
; Dependence through a phi node - must not
vectorize
.
153
; Don't
vectorize
true loop carried dependencies that are not a multiple of the
158
; It is a bad idea to
vectorize
this loop because store-load forwarding will not
193
; It is a bad idea to
vectorize
this loop because store-load forwarding will not
if-conversion-nest.ll
1
; RUN: opt < %s -loop-
vectorize
-force-vector-interleave=1 -force-vector-width=4 -enable-if-conversion -dce -instcombine -S | FileCheck %s
39
%x.0 = phi i32 [ 9, %for.body ], [ 3, %if.then ], [ %., %if.else ] ; <------------- A PHI with 3 entries that we can still
vectorize
.
miniters.ll
1
; RUN: opt %s -loop-
vectorize
-force-vector-interleave=1 -force-vector-width=4 -S | FileCheck %s
2
; RUN: opt %s -loop-
vectorize
-force-vector-interleave=2 -force-vector-width=4 -S | FileCheck %s -check-prefix=UNROLL
/external/llvm/tools/bugpoint/
Makefile
13
bitwriter irreader
vectorize
objcarcopts codegen
/external/llvm/tools/llvm-lto/
Makefile
12
LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target
vectorize
all-targets
/external/llvm/tools/opt/
Makefile
12
LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo
vectorize
all-targets codegen passes
/external/llvm/test/Transforms/BBVectorize/
loop1.ll
3
; RUN: opt < %s -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -bb-
vectorize
-ignore-target-info -instcombine -gvn -S | FileCheck %s
4
; RUN: opt < %s -basicaa -loop-unroll -unroll-threshold=45 -unroll-allow-partial -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -bb-
vectorize
-ignore-target-info -instcombine -gvn -S | FileCheck %s -check-prefix=CHECK-UNRL
metadata.ll
2
; RUN: opt < %s -bb-
vectorize
-bb-
vectorize
-req-chain-depth=3 -S | FileCheck %s
Completed in 320 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>