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

1 2 3 4 5 6 78 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java 82 // Unroll the loop over values() to save an allocation.
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
noinline-recursive-fn.ll 68 ; unroll it.
  /external/v8/tools/profviz/
profviz.css 135 a.unroll {
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 43 @ unroll for i = 0 .. 15
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
AttrParserStringSwitches.inc 49 .Case("unroll", true)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
AttrParserStringSwitches.inc 49 .Case("unroll", true)
  /external/eigen/Eigen/src/Core/
Visitor.h 113 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon18059
116 return internal::visitor_impl<Visitor, ThisEvaluator, unroll ? int(SizeAtCompileTime) : Dynamic>::run(thisEval, visitor);
  /external/elfutils/libdw/
memory-access.h 78 /* Unroll the first step to help the compiler optimize
112 /* Unroll the first step to help the compiler optimize
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 591 #pragma unroll
602 #pragma unroll
606 #pragma unroll
647 #pragma unroll
650 #pragma unroll
662 #pragma unroll
664 #pragma unroll
667 #pragma unroll
671 #pragma unroll
    [all...]
TensorReductionCuda.h 169 #pragma unroll
245 #pragma unroll
419 #pragma unroll
427 #pragma unroll
508 #pragma unroll
517 #pragma unroll
  /external/eigen/Eigen/src/Core/util/
Constants.h 297 * Enum to specify whether to unroll loops when traversing over the entries of a matrix. */
299 /** \internal Do not unroll loops. */
301 /** \internal Unroll only the inner loop, but not the outer loop. */
303 /** \internal Unroll both the inner and the outer loop. If there is only one loop,
304 * because linear traversal is used, then unroll that loop. */
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 198 // We unroll a lot on the A2 (hundreds of instructions), and the benefits
207 // On the A2, always unroll aggressively. For QPX unaligned loads, we depend
255 // have a 5-cycle latency, so unroll by 5x for latency hiding.
260 // have a 6-cycle latency, so unroll by 6x for latency hiding.
269 // there are two execution units, so unroll by 12x for latency hiding.
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 273 MPM.add(createSimpleLoopUnrollPass()); // Unroll small loops
315 // BBVectorize may have significantly shortened a loop body; unroll again.
538 // BBVectorize may have significantly shortened a loop body; unroll again.
549 MPM.add(createLoopUnrollPass()); // Unroll small loops
693 PM.add(createSimpleLoopUnrollPass()); // Unroll small loops
695 // The vectorizer may have significantly shortened a loop body; unroll again.
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcdctmgr.c 204 #if DCTSIZE == 8 /* unroll the inner loop */
294 #if DCTSIZE == 8 /* unroll the inner loop */
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 134 // When initializing registers to a non-position value we can unroll
135 // the loop. Set the limit of registers to unroll.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 116 ;// The idea is to unroll the Loop completely
259 ;// The idea is to unroll the Loop completely
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 190 * efficient implementation, but the compiler should unroll the loop and tighten it up.
205 * efficient implementation, but the compiler should unroll the loop and tighten it up.
  /art/compiler/optimizing/
loop_optimization.cc 535 // Unroll the loop-body, which sees initial value of the index.
654 uint32_t unroll = GetUnrollingFactor(block, trip_count); local
655 uint32_t chunk = vector_length_ * unroll;
722 /*unroll*/ 1);
734 graph_->GetIntConstant(vector_length_), // increment per unroll
735 unroll);
749 /*unroll*/ 1);
771 uint32_t unroll) {
772 DCHECK(unroll == 1 || vector_mode_ == kVector);
790 for (uint32_t u = 0; u < unroll; u++)
    [all...]
  /external/clang/include/clang/Basic/
Attr.td     [all...]
  /external/clang/test/Driver/
clang_f_opts.c 42 // RUN: %clang -### -S -funroll-loops %s 2>&1 | FileCheck -check-prefix=CHECK-UNROLL-LOOPS %s
43 // RUN: %clang -### -S -fno-unroll-loops %s 2>&1 | FileCheck -check-prefix=CHECK-NO-UNROLL-LOOPS %s
44 // RUN: %clang -### -S -fno-unroll-loops -funroll-loops %s 2>&1 | FileCheck -check-prefix=CHECK-UNROLL-LOOPS %s
45 // RUN: %clang -### -S -funroll-loops -fno-unroll-loops %s 2>&1 | FileCheck -check-prefix=CHECK-NO-UNROLL-LOOPS %s
46 // CHECK-UNROLL-LOOPS: "-funroll-loops"
47 // CHECK-NO-UNROLL-LOOPS: "-fno-unroll-loops
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Attr.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Attr.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Attr.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Attr.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Attr.td     [all...]

Completed in 1171 milliseconds

1 2 3 4 5 6 78 91011>>