HomeSort by relevance Sort by last modified time
    Searched full:unroll (Results 251 - 275 of 543) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td     [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 189 * super-optimized loop unroll. Guarantees only one subsampled pass over the
491 * super-optimized loop unroll. Guarantees only one subsampled pass over the
509 * super-optimized loop unroll. Guarantees only one subsampled pass over the
    [all...]
  /external/libopus/celt/
celt_lpc.c 189 /* Unroll by 4 as if it were an FIR filter */
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 16 // on a v2i64 is legal), but ISD::SDIV isn't legal, so we have to unroll the
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
2007-11-05-Crash.ll 1 ; RUN: opt < %s -disable-output -loop-unroll
ignore-annotation-intrinsic-cost.ll 2 ; RUN: opt < %s -disable-output -stats -loop-unroll -info-output-file - | FileCheck %s --check-prefix=STATS
3 ; STATS: 1 loop-unroll - Number of loops unrolled (completely or otherwise)
  /external/mesa3d/docs/relnotes/
10.5.1.html 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79202">Bug 79202</a> - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation</li>
  /external/mesa3d/src/compiler/glsl/
opt_array_splitting.cpp 381 /* "Unroll" any whole array assignments, creating assignments for
lower_distance.cpp 448 * unroll it to element-by-element assignments and lower each of them.
450 * Note: to unroll into element-by-element assignments, we need to make
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 70 // Manually unroll loop because some drivers don't; yields 20-30% speedup.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PassManagerBuilder.cpp 156 MPM.add(createLoopUnrollPass()); // Unroll small loops
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2007-11-05-Crash.ll 1 ; RUN: opt < %s -disable-output -loop-unroll
  /external/valgrind/cachegrind/
cg_sim.c 97 /* common. We can't unroll any further because it would screw up */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 269 decides to not unroll loops that iterate fewer than 2*number of allowed
274 "The maximum number of instructions to consider to unroll in a loop",
280 "The maximum number of instructions to consider to unroll in a loop on average",
284 "max-unroll-times",
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/icu/icu4c/source/common/
ucnvlat1.c 183 /* unroll the loop with the most common case */
636 /* unroll the loop with the most common case */
  /external/libjpeg-turbo/
jcdctmgr.c 383 #if DCTSIZE == 8 /* unroll the inner loop */
536 #if DCTSIZE == 8 /* unroll the inner loop */
  /external/skia/src/shaders/gradients/
SkLinearGradient.cpp 233 int unroll = count >> 3; local
235 for (int i = 0; i < unroll; i++) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 499 case LoopHintAttr::Unroll:
500 OS << " Unroll";
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 499 case LoopHintAttr::Unroll:
500 OS << " Unroll";

Completed in 1206 milliseconds

<<11121314151617181920>>