/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 425 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small) 497 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small) 607 // Unroll 2x, interleave bytes, use pmaddubsw (all_x is small)
|
/external/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 425 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small) 497 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small) 607 // Unroll 2x, interleave bytes, use pmaddubsw (all_x is small)
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.pl | 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse 149 if (!$unroll) { 220 if ($unroll) { 270 if ($unroll) { 313 if ($unroll) { 321 &mov (&wparam(2),$inp) if (!$unroll); [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse 149 if (!$unroll) { 220 if ($unroll) { 270 if ($unroll) { 313 if ($unroll) { 321 &mov (&wparam(2),$inp) if (!$unroll); [all...] |
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcpy.S | 78 // Unroll the first 8 bytes that will be copied.
|
/dalvik/vm/interp/ |
Stack.h | 89 exception unroll has reached the VM call site. Without the break frame the
|
/dalvik/vm/mterp/c/ |
header.cpp | 95 * branch, because we do want to have to unroll the PC if there's an
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 163 // Unroll the input buffer into a temporary buffer, where we'll apply an analysis window followed by an FFT.
|
/external/chromium_org/third_party/angle_dx11/samples/translator/ |
translator.cpp | 222 " -l : unroll for-loops with integer indices\n"
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
Compiler.cpp | 158 // Unroll for-loop markup needs to happen after validateLimitations pass.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.cpp | 236 * inlining will allow us to unroll loops anyway.
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | [all...] |
/external/llvm/test/Transforms/LoopUnroll/ |
2007-11-05-Crash.ll | 1 ; RUN: opt < %s -disable-output -loop-unroll
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
small-size.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|
/external/llvm/test/Transforms/LoopVectorize/ |
scev-exitlim-crash.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=2 -force-vector-width=8 -S | FileCheck %s
|
/external/mesa3d/src/glsl/ |
loop_analysis.cpp | 236 * inlining will allow us to unroll loops anyway.
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 125 --vex-iropt-unroll-thresh=<0..400> [120]
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 274 decides to not unroll loops that iterate fewer than 2*number of allowed 279 "The maximum number of instructions to consider to unroll in a loop", 285 "The maximum number of instructions to consider to unroll in a loop on average", 289 "max-unroll-times", [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 274 decides to not unroll loops that iterate fewer than 2*number of allowed 279 "The maximum number of instructions to consider to unroll in a loop", 285 "The maximum number of instructions to consider to unroll in a loop on average", 289 "max-unroll-times", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 274 decides to not unroll loops that iterate fewer than 2*number of allowed 279 "The maximum number of instructions to consider to unroll in a loop", 285 "The maximum number of instructions to consider to unroll in a loop on average", 289 "max-unroll-times", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 274 decides to not unroll loops that iterate fewer than 2*number of allowed 279 "The maximum number of instructions to consider to unroll in a loop", 285 "The maximum number of instructions to consider to unroll in a loop on average", 289 "max-unroll-times", [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnvlat1.c | 180 /* unroll the loop with the most common case */ 636 /* unroll the loop with the most common case */
|
/external/icu4c/common/ |
ucnvlat1.c | 181 /* unroll the loop with the most common case */ 637 /* unroll the loop with the most common case */
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcat.S | 91 // To speed up really small dst strings, unroll checking the first 4 bytes.
|
/dalvik/vm/ |
Exception.h | 170 * If "doUnroll" is set, we unroll "thread"s stack as we go (and update
|