/external/skia/src/core/ |
SkBlitter_RGB16.cpp | 389 #define UNROLL 8 392 if (w >= UNROLL) { 441 device += UNROLL; 442 alpha += UNROLL; 443 w -= UNROLL; 444 } while (w >= UNROLL); 457 #undef UNROLL [all...] |
/external/eigen/Eigen/src/Core/products/ |
CoeffBasedProduct.h | 131 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT, 136 Unroll ? InnerSize-1 : Dynamic, 187 Unroll ? InnerSize-1 : Dynamic,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit.h | 476 /* Don't use Duff's device to unroll loops */ 490 /* Don't use Duff's device to unroll loops */ 509 /* Don't use Duff's device to unroll loops */
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_clip_distance.cpp | 221 * anymore, so unroll it to element-by-element assignments and lower 224 * Note: to unroll into element-by-element assignments, we need to make
|
/external/jpeg/ |
jcdctmgr.c | 204 #if DCTSIZE == 8 /* unroll the inner loop */ 294 #if DCTSIZE == 8 /* unroll the inner loop */
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetTransformInfo.cpp | 153 // have a 5-cycle latency, so unroll by 5x for latency hiding. 158 // have a 6-cycle latency, so unroll by 6x for latency hiding.
|
/external/llvm/test/Transforms/LoopVectorize/ |
memdep.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-width=2 -force-vector-unroll=1 -S | FileCheck %s 2 ; RUN: opt < %s -loop-vectorize -force-vector-width=4 -force-vector-unroll=1 -S | FileCheck %s -check-prefix=WIDTH
|
bzip_reverse_loops.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S -enable-if-conversion | FileCheck %s
|
dbg.value.ll | 1 ; RUN: opt < %s -S -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine | FileCheck %s
|
if-conversion.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -enable-if-conversion -dce -instcombine -S | FileCheck %s
|
lifetime.ll | 1 ; RUN: opt -S -loop-vectorize -force-vector-width=2 -force-vector-unroll=1 < %s | FileCheck %s
|
ptr_loops.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S -enable-if-conversion | FileCheck %s
|
/external/mesa3d/src/glsl/ |
lower_clip_distance.cpp | 221 * anymore, so unroll it to element-by-element assignments and lower 224 * Note: to unroll into element-by-element assignments, we need to make
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 204 #if DCTSIZE == 8 /* unroll the inner loop */ 294 #if DCTSIZE == 8 /* unroll the inner loop */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s | 102 ;// The idea is to unroll the Loop completely 245 ;// The idea is to unroll the Loop completely
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 61 * created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
IIntStream.cs | 81 * created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
IntStream.java | 62 * created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRIntStream.h | 51 // created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRIntStream.h | 51 // created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRIntStream.h | 51 // created after this marker argument, this routine must unroll them
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRIntStream.h | 59 // created after this marker argument, this routine must unroll them
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 117 {"unroll loops", 1, is_r500, rc_unroll_loops, NULL},
|
/external/llvm/test/Transforms/Inline/ |
noinline-recursive-fn.ll | 68 ; unroll it.
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
illegal-parallel-loop-uniform-write.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
|