/external/llvm/test/Transforms/LoopUnroll/ |
pr14167.ll | 1 ; RUN: opt < %s -S -loop-unroll -unroll-runtime | FileCheck %s
|
2005-03-06-BadLoopInfoUpdate.ll | 1 ; RUN: opt < %s -loop-unroll -loop-simplify -disable-output
|
2011-08-08-PhiUpdate.ll | 1 ; RUN: opt < %s -loop-unroll -S -unroll-count=4 | FileCheck %s 2 ; Test phi update after partial unroll. 31 ; PR7318: assertion failure after doing a simple loop unroll
|
pr10813.ll | 1 ; RUN: opt < %s -loop-unroll -disable-output
|
scevunroll.ll | 1 ; RUN: opt < %s -S -indvars -loop-unroll -verify-loop-info | FileCheck %s 8 ; Completely unroll loops without a canonical IV. 69 ; SCEV cannot currently unroll this loop. 101 ; SCEV should not unroll a multi-exit loops unless the latch block has 137 ; When loop unroll merges a loop exit with one of its parent loop's 177 ; rdar:14036816 loop-unroll makes assumptions about undefined behavior
|
2011-08-09-IVSimplify.ll | 1 ; RUN: opt -S < %s -loop-unroll -unroll-count=4 | FileCheck %s
|
2011-08-09-PhiUpdate.ll | 1 ; RUN: opt -S < %s -instcombine -inline -jump-threading -loop-unroll -unroll-count=4 | FileCheck %s
|
2012-04-09-unroll-indirectbr.ll | 1 ; RUN: opt < %s -S -loop-unroll -simplifycfg | FileCheck %s
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_unroll.cpp | 102 /* Don't try to unroll loops where the number of iterations is not known 108 /* Don't try to unroll loops that have zillions of iterations either. 113 /* Don't try to unroll nested loops and loops with a huge body. 149 * unroll.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
ecb_enc.c | 74 const char *ptr,*unroll,*risc,*size; local 92 unroll="16"; 94 unroll="2"; 100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitRow_D32.cpp | 13 #define UNROLL 32 #ifdef UNROLL 61 #ifdef UNROLL 90 #ifdef UNROLL
|
/external/llvm/test/Transforms/LoopVectorize/ |
no_idiv_reduction.ll | 1 ; RUN: opt -loop-vectorize -force-vector-width=2 -force-vector-unroll=1 -S < %s | FileCheck %s
|
cast-induction.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
float-reduction.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
nofloat.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
nsw-crash.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4
|
undef-inst-bug.ll | 1 ; RUN: opt -S -loop-vectorize -force-vector-width=4 -force-vector-unroll=1 < %s | FileCheck %s
|
/external/mesa3d/src/glsl/ |
loop_unroll.cpp | 102 /* Don't try to unroll loops where the number of iterations is not known 108 /* Don't try to unroll loops that have zillions of iterations either. 113 /* Don't try to unroll nested loops and loops with a huge body. 149 * unroll.
|
/external/openssl/crypto/des/ |
ecb_enc.c | 74 const char *ptr,*unroll,*risc,*size; local 92 unroll="16"; 94 unroll="2"; 100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
|
/external/skia/src/core/ |
SkBlitRow_D32.cpp | 13 #define UNROLL 32 #ifdef UNROLL 61 #ifdef UNROLL 90 #ifdef UNROLL
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
opensslconf.h.in | 107 /* Unroll the inner loop, this sometimes helps, sometimes hinders. 120 optimization options. Older Sparc's work better with only UNROLL, but
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2012-05-29-MulAddRec.ll | 1 ; RUN: opt < %s -S -indvars -loop-unroll | FileCheck %s 3 ; loop-unroll fully unrolls the inner loop, creating an interesting
|
/external/openssl/crypto/ |
opensslconf.h.in | 107 /* Unroll the inner loop, this sometimes helps, sometimes hinders. 120 optimization options. Older Sparc's work better with only UNROLL, but
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
min-trip-count-switch.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -vectorizer-min-trip-count=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
x86_fp80-vector-store.ll | 1 ; RUN: opt -O3 -loop-vectorize -force-vector-unroll=1 -force-vector-width=2 -S < %s | FileCheck %s
|