/external/llvm/test/Transforms/LoopVectorize/ |
start-non-zero.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -instcombine -S | FileCheck %s
|
struct_access.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -instcombine -S | FileCheck %s
|
write-only.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
12-12-11-if-conv.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -enable-if-conversion -dce -instcombine -S | FileCheck %s
|
2012-10-20-infloop.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce
|
2012-10-22-isconsec.ll | 1 ; RUN: opt < %s -loop-vectorize -dce -force-vector-unroll=1 -force-vector-width=4
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
x86p_16.asm | 76 ; unroll twice 183 ; unroll four times 298 ; unroll twice 417 ; unroll 4 times
|
x86p_32.asm | 59 ; unroll four times 139 ; unroll four times 210 ; unroll four times 300 .L4: ; unroll 4 times 397 .L4: ; unroll 4 times 510 ; unroll twice 622 ; unroll twice 736 ; unroll twice 848 ; unroll twice
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt_floor.s | 19 @ unroll for i = 0 .. 15
|
/external/chromium_org/v8/tools/profviz/ |
profviz.html | 87 <a href="javascript:ui.info('instructions');" class="unroll"> 125 <a href="javascript:ui.info('credits');" class="unroll">
|
profviz.css | 135 a.unroll {
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 22 # full unroll ~5100/+260% ~1260/+4% ~1300/+5% 27 # compact = detached Xload/update, 5x unroll; 28 # large = interleaved Xload/update, 5x unroll; 29 # full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 234 * Enum to specify whether to unroll loops when traversing over the entries of a matrix. */ 236 /** \internal Do not unroll loops. */ 238 /** \internal Unroll only the inner loop, but not the outer loop. */ 240 /** \internal Unroll both the inner and the outer loop. If there is only one loop, 241 * because linear traversal is used, then unroll that loop. */
|
/external/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 22 # full unroll ~5100/+260% ~1260/+4% ~1300/+5% 27 # compact = detached Xload/update, 5x unroll; 28 # large = interleaved Xload/update, 5x unroll; 29 # full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/external/llvm/test/Transforms/BBVectorize/ |
loop1.ll | 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
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 66 * Unroll the first two checks so we can quickly catch early mismatch
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 69 * Unroll the first two checks so we can quickly catch early mismatch
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
INSTALL | 27 few systems. Look and the options (UNROLL, PTR, RISC2 etc) and then
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkLinearGradient.cpp | 150 int unroll = count >> 3; local 152 for (int i = 0; i < unroll; i++) { 330 int unroll = count >> 3; local 332 for (int i = 0; i < unroll; i++) {
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.h | 67 * has been templated so that the compiler can easliy unroll the loop
|
/external/compiler-rt/lib/asan/tests/ |
asan_benchmarks_test.cc | 22 // hand unroll the loop to stress the reg alloc.
|
/external/llvm/lib/Transforms/IPO/ |
PassManagerBuilder.cpp | 202 MPM.add(createLoopUnrollPass()); // Unroll small loops 231 // BBVectorize may have significantly shortened a loop body; unroll again. 256 MPM.add(createLoopUnrollPass()); // Unroll small loops 277 // BBVectorize may have significantly shortened a loop body; unroll again.
|
/external/llvm/test/Transforms/LoopRotate/ |
simplifylatch.ll | 2 ; PR2624 unroll multiple exits
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
parallel-loops-after-reg2mem.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
unroll-small-loops.ll | 1 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -force-vector-width=4 -force-vector-unroll=0 -dce -S | FileCheck %s
|