HomeSort by relevance Sort by last modified time
    Searched full:unroll (Results 1 - 25 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/LoopUnroll/
loop-remarks.ll 1 ; RUN: opt < %s -S -loop-unroll -pass-remarks=loop-unroll -unroll-count=16 2>&1 | FileCheck -check-prefix=COMPLETE-UNROLL %s
2 ; RUN: opt < %s -S -loop-unroll -pass-remarks=loop-unroll -unroll-count=4 2>&1 | FileCheck -check-prefix=PARTIAL-UNROLL %s
4 ; COMPLETE-UNROLL: remark: {{.*}}: completely unrolled loop with 16 iterations
5 ; PARTIAL-UNROLL: remark: {{.*}}: unrolled loop by a factor of
    [all...]
2007-05-09-UnknownTripCount.ll 1 ; RUN: opt < %s -loop-unroll -unroll-count=3 -S | grep bb72.2
runtime-loop1.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-runtime -unroll-count=4 | FileCheck %s
3 ; This tests that setting the unroll count works
runtime-loop2.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-threshold=50 -unroll-runtime -unroll-count=8 | FileCheck %s
3 ; Choose a smaller, power-of-two, unroll count if the loop is too large.
basic.ll 1 ; RUN: opt < %s -loop-unroll -S | FileCheck %s
4 ; This should not unroll since the address of the loop header is taken.
26 ; This should not unroll since the call is 'noduplicate'.
shifted-tripcount.ll 1 ; RUN: opt < %s -loop-unroll -unroll-count=2 -S | FileCheck %s
3 ; LoopUnroll should unroll this loop into one big basic block.
2004-05-13-DontUnrollTooMuch.ll 1 ; RUN: opt < %s -loop-unroll -disable-output
partial-unroll-optsize.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-allow-partial | FileCheck %s
2006-08-24-MultiBlockLoop.ll 1 ; RUN: opt < %s -loop-unroll -S | grep bb72.2
2007-04-16-PhiUpdate.ll 2 ; RUN: opt < %s -loop-unroll -disable-output
runtime-loop3.ll 2 ; RUN: opt < %s -disable-output -stats -loop-unroll -unroll-runtime -unroll-threshold=400 -info-output-file - | FileCheck %s --check-prefix=STATS
6 ; STATS: 2 loop-unroll - Number of loops unrolled (completely or otherwise)
  /external/llvm/test/Other/
2008-02-14-PassManager.ll 1 ; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
options.txt 1 Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
7 IRIX 6.2 - R10000 195mhz - cc (-O3 -n32) - UNROLL RISC2 PTR 496,000 3968k/s
8 solaris 2.5.1 usparc 167mhz?? - SC4.0 - UNROLL RISC1 PTR [1] 459,400 3672k/s
9 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - UNROLL RISC1 433,000 3468k/s
10 solaris 2.5.1 usparc 167mhz?? - gcc 2.7.2 - UNROLL 380,000 3041k/s
13 AIX 4.1? - PPC604 100mhz - cc - UNROLL 275,000 2200k/s
14 IRIX 5.3 - R4400 200mhz - gcc 2.6.3 - UNROLL RISC2 PTR 235,300 1882k/s
15 IRIX 5.3 - R4400 200mhz - cc - UNROLL RISC2 PTR 233,700 1869k/s
16 NT 4.0 - pentium 100mhz - VC 4.2 - UNROLL RISC1 PTR 191,000 1528k/
    [all...]
  /external/openssl/crypto/des/
options.txt 1 Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
7 IRIX 6.2 - R10000 195mhz - cc (-O3 -n32) - UNROLL RISC2 PTR 496,000 3968k/s
8 solaris 2.5.1 usparc 167mhz?? - SC4.0 - UNROLL RISC1 PTR [1] 459,400 3672k/s
9 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - UNROLL RISC1 433,000 3468k/s
10 solaris 2.5.1 usparc 167mhz?? - gcc 2.7.2 - UNROLL 380,000 3041k/s
13 AIX 4.1? - PPC604 100mhz - cc - UNROLL 275,000 2200k/s
14 IRIX 5.3 - R4400 200mhz - gcc 2.6.3 - UNROLL RISC2 PTR 235,300 1882k/s
15 IRIX 5.3 - R4400 200mhz - cc - UNROLL RISC2 PTR 233,700 1869k/s
16 NT 4.0 - pentium 100mhz - VC 4.2 - UNROLL RISC1 PTR 191,000 1528k/
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/
if-pred-stores.ll 1 ; RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=1 -force-vector-unroll=2 -loop-vectorize < %s | FileCheck %s --check-prefix=UNROLL
2 ; RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=2 -force-vector-unroll=1 -loop-vectorize -enable-cond-stores-vec < %s | FileCheck %s --check-prefix=VEC
38 ; UNROLL-LABEL: test
39 ; UNROLL: vector.body:
40 ; UNROLL: %[[IND:[a-zA-Z0-9]+]] = add i64 %{{.*}}, 0
41 ; UNROLL: %[[IND1:[a-zA-Z0-9]+]] = add i64 %{{.*}}, 1
42 ; UNROLL: %[[v0:[a-zA-Z0-9]+]] = getelementptr inbounds i32* %f, i64 %[[IND]]
43 ; UNROLL: %[[v1:[a-zA-Z0-9]+]] = getelementptr inbounds i32* %f, i64 %[[IND1]]
44 ; UNROLL: %[[v2:[a-zA-Z0-9]+]] = load i32* %[[v0]], align
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ForLoopUnroll.h 13 // Currently we support two unroll conditions:
14 // 1) kForLoopWithIntegerIndex: unroll if the index type is integer.
15 // 2) kForLoopWithSamplerArrayIndex: unroll where a sampler array index
  /external/llvm/test/Transforms/LoopVectorize/X86/
gcc-examples.ll 2 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7 -force-vector-unroll=0 -dce -instcombine -S | FileCheck %s -check-prefix=UNROLL
18 ;UNROLL-LABEL: @example1(
19 ;UNROLL: load <4 x i32>
20 ;UNROLL: load <4 x i32>
21 ;UNROLL: add nsw <4 x i32>
22 ;UNROLL: add nsw <4 x i32>
23 ;UNROLL: store <4 x i32>
24 ;UNROLL: store <4 x i32>
25 ;UNROLL: ret voi
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 33 #define DEBUG_TYPE "loop-unroll"
36 UnrollThreshold("unroll-threshold", cl::init(150), cl::Hidden,
40 UnrollCount("unroll-count", cl::init(0), cl::Hidden,
41 cl::desc("Use this unroll count for all loops including those with "
45 UnrollAllowPartial("unroll-allow-partial", cl::init(false), cl::Hidden,
47 "-unroll-threshold loop size is reached."));
50 UnrollRuntime("unroll-runtime", cl::ZeroOrMore, cl::init(false), cl::Hidden,
51 cl::desc("Unroll loops with run-time trip counts"));
54 PragmaUnrollThreshold("pragma-unroll-threshold", cl::init(16 * 1024), cl::Hidden,
55 cl::desc("Unrolled size limit for loops with an unroll(enable) or
    [all...]
  /external/clang/test/Parser/
pragma-loop.cpp 11 #pragma clang loop unroll(enable)
25 #pragma clang loop unroll(disable)
41 #pragma clang loop vectorize(disable) interleave(disable) unroll(disable)
48 /* expected-error {{expected '('}} */ #pragma clang loop unroll
52 /* expected-error {{expected ')'}} */ #pragma clang loop unroll(enable
60 /* expected-error {{missing argument to loop pragma 'unroll'}} */ #pragma clang loop unroll()
95 /* expected-error {{invalid argument; expected 'enable' or 'disable'}} */ #pragma clang loop unroll(badidentifier)
104 /* expected-error {{invalid argument; expected 'enable' or 'disable'}} */ #pragma clang loop unroll(=)
129 /* expected-error {{incompatible directives 'unroll(disable)' and 'unroll_count(4)'}} */ #pragma clang loop unroll_count(4
    [all...]
  /external/clang/test/PCH/
pragma-loop.cpp 10 // CHECK: #pragma clang loop unroll(disable)
13 // CHECK: #pragma clang loop unroll(enable)
37 #pragma clang loop unroll(disable)
48 #pragma clang loop unroll(enable)
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 82 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon24324
87 if(unroll)
88 return internal::all_unroller<Derived, unroll ? int(SizeAtCompileTime) : Dynamic>::run(derived());
106 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon24325
111 if(unroll)
112 return internal::any_unroller<Derived, unroll ? int(SizeAtCompileTime) : Dynamic>::run(derived());
  /external/chromium_org/chrome/browser/resources/options/
geolocation_options.js 27 // TODO(robliao): Determine if a full unroll is necessary
  /external/clang/test/CodeGen/
pragma-loop.cpp 11 #pragma clang loop unroll(enable)
23 #pragma clang loop vectorize_width(8) interleave_count(4) unroll(disable)
56 #pragma clang loop vectorize(disable) unroll(disable)
112 // CHECK: ![[UNROLLENABLE_1]] = metadata !{metadata !"llvm.loop.unroll.enable", i1 true}
114 // CHECK: ![[INTERLEAVE_4]] = metadata !{metadata !"llvm.loop.vectorize.unroll", i32 4}
117 // CHECK: ![[UNROLLENABLE_0]] = metadata !{metadata !"llvm.loop.unroll.enable", i1 false}
120 // CHECK: ![[UNROLL_8]] = metadata !{metadata !"llvm.loop.unroll.count", i32 8}
122 // CHECK: ![[INTERLEAVE_2]] = metadata !{metadata !"llvm.loop.vectorize.unroll", i32 2}
128 // CHECK: ![[INTERLEAVE_8]] = metadata !{metadata !"llvm.loop.vectorize.unroll", i32 8}
  /external/llvm/test/Analysis/ScalarEvolution/
scev-invalid.ll 1 ; RUN: opt < %s -S -indvars -loop-unroll | FileCheck %s
9 ; When loop-unroll asks for the expression, it contains a NULL
  /external/llvm/test/Transforms/LoopUnswitch/
2007-10-04-DomFrontier.ll 1 ; RUN: opt < %s -licm -loop-unroll -disable-output

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>