HomeSort by relevance Sort by last modified time
    Searched full:unrolling (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 164 DEFTIMEVAR (TV_COMPLETE_UNROLL , "complete unrolling")
207 DEFTIMEVAR (TV_LOOP_UNROLL , "loop unrolling")
cfgloop.h 33 /* Structure to hold decision about unrolling/peeling. */
116 /* For loop unrolling/peeling decision. */
685 UAP_UNROLL = 2, /* Enables unrolling of loops if it seems profitable. */
686 UAP_UNROLL_ALL = 4 /* Enables unrolling of all loops. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 164 DEFTIMEVAR (TV_COMPLETE_UNROLL , "complete unrolling")
207 DEFTIMEVAR (TV_LOOP_UNROLL , "loop unrolling")
cfgloop.h 33 /* Structure to hold decision about unrolling/peeling. */
116 /* For loop unrolling/peeling decision. */
685 UAP_UNROLL = 2, /* Enables unrolling of loops if it seems profitable. */
686 UAP_UNROLL_ALL = 4 /* Enables unrolling of all loops. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 164 DEFTIMEVAR (TV_COMPLETE_UNROLL , "complete unrolling")
207 DEFTIMEVAR (TV_LOOP_UNROLL , "loop unrolling")
cfgloop.h 33 /* Structure to hold decision about unrolling/peeling. */
116 /* For loop unrolling/peeling decision. */
685 UAP_UNROLL = 2, /* Enables unrolling of loops if it seems profitable. */
686 UAP_UNROLL_ALL = 4 /* Enables unrolling of all loops. */
  /external/valgrind/main/VEX/orig_x86/
manyfp.orig 152 vex iropt: 4 x unrolling (22 sts -> 88 sts)
695 vex iropt: 2 x unrolling (34 sts -> 68 sts)
702 vex iropt: 8 x unrolling (15 sts -> 120 sts)
1057 vex iropt: 4 x unrolling (26 sts -> 104 sts)
1124 vex iropt: 8 x unrolling (15 sts -> 120 sts)
1161 vex iropt: 4 x unrolling (29 sts -> 116 sts)
    [all...]
  /external/llvm/docs/
Vectorizers.rst 260 Partial unrolling during vectorization
266 performing partial-unrolling of loops.
270 By unrolling the code the Loop Vectorizer allows two or more execution ports
ReleaseNotes.rst 114 - Partial unrolling during vectorization
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 53 // unrolling. The argument setup cost is still real, though.
  /external/llvm/test/Transforms/BBVectorize/X86/
loop1.ll 5 ; The second check covers the use of alias analysis (with loop unrolling).
  /external/openssl/crypto/aes/
aes_locl.h 86 /* This controls loop-unrolling in aes_core.c */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 33 /* Structure to hold decision about unrolling/peeling. */
116 /* For loop unrolling/peeling decision. */
685 UAP_UNROLL = 2, /* Enables unrolling of loops if it seems profitable. */
686 UAP_UNROLL_ALL = 4 /* Enables unrolling of all loops. */
  /external/eigen/doc/
I03_InsideEigenExample.dox 322 int Unrolling = internal::assign_traits<Derived1, Derived2>::Unrolling>
327 These two parameters \a Vectorization and \a Unrolling are determined by a helper class internal::assign_traits. Its job is to determine which vectorization strategy to use (that is \a Vectorization) and which unrolling strategy to use (that is \a Unrolling).
329 We'll not enter into the details of how these strategies are chosen (this is in the implementation of internal::assign_traits at the top of the same file). Let's just say that here \a Vectorization has the value \a LinearVectorization, and \a Unrolling has the value \a NoUnrolling (the latter is obvious since our vectors have dynamic size so there's no way to unroll the loop at compile-time).
  /external/openssl/crypto/des/
des_enc.c 89 /* I don't know if it is worth the effort of loop unrolling the
181 /* I don't know if it is worth the effort of loop unrolling the
  /external/aac/libAACdec/src/arm/
block_arm.cpp 96 by loop unrolling. The ARM core provides by default a 5-cycle
  /external/eigen/Eigen/src/Core/
Visitor.h 71 * unrolling for small fixed size matrix.
  /external/liblzf/
Changes 39 by some manual unrolling.
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 184 * bit if necessary. This is rarely used, therefore we don't provide unrolling
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 450 * optimizations such as unrolling). Result may not be contained within
483 * optimizations such as unrolling). Result may not be contained within
621 * optimizations such as unrolling).
657 * optimizations such as unrolling).
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 436 * optimizations such as unrolling). Result may not be contained within
469 * optimizations such as unrolling). Result may not be contained within
606 * optimizations such as unrolling).
642 * optimizations such as unrolling).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 436 * optimizations such as unrolling). Result may not be contained within
469 * optimizations such as unrolling). Result may not be contained within
606 * optimizations such as unrolling).
642 * optimizations such as unrolling).
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 450 * optimizations such as unrolling). Result may not be contained within
483 * optimizations such as unrolling). Result may not be contained within
621 * optimizations such as unrolling).
657 * optimizations such as unrolling).
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 450 * optimizations such as unrolling). Result may not be contained within
483 * optimizations such as unrolling). Result may not be contained within
621 * optimizations such as unrolling).
657 * optimizations such as unrolling).
    [all...]

Completed in 1685 milliseconds

12 3 4 5 6 7 8