HomeSort by relevance Sort by last modified time
    Searched full:unroll (Results 126 - 150 of 779) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/LoopVectorize/X86/
unroll-small-loops.ll 9 ; We don't unroll this loop because it has a small constant trip count.
42 ; But this is a good small loop to unroll as we don't know of a bound on its
50 ; For x86, loop unroll in loop vectorizer is disabled when VF==1.
75 ; Also unroll if we need a runtime check but it was going to be added for
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2005-03-06-BadLoopInfoUpdate.ll 1 ; RUN: opt < %s -loop-unroll -loop-simplify -disable-output
2011-08-08-PhiUpdate.ll 1 ; RUN: opt < %s -loop-unroll -S -unroll-count=4 | FileCheck %s
2 ; Test phi update after partial unroll.
31 ; PR7318: assertion failure after doing a simple loop unroll
pr10813.ll 1 ; RUN: opt < %s -loop-unroll -disable-output
2011-08-09-IVSimplify.ll 1 ; RUN: opt -S < %s -loop-unroll -unroll-count=4 -enable-iv-rewrite=false | FileCheck %s
2011-08-09-PhiUpdate.ll 1 ; RUN: opt -S < %s -instcombine -inline -jump-threading -loop-unroll -unroll-count=4 | FileCheck %s
  /external/webrtc/webrtc/common_audio/signal_processing/
dot_product_with_scale.c 20 /* Unroll the loop to improve performance. */
min_max_operations_neon.c 85 // First part, unroll the loop 8 times.
136 // First part, unroll the loop 8 times.
175 // First part, unroll the loop 8 times.
216 // First part, unroll the loop 8 times.
255 // First part, unroll the loop 8 times.
  /external/llvm/test/Transforms/LoopUnroll/X86/
partial.ll 1 ; RUN: opt < %s -S -loop-unroll -mcpu=nehalem | FileCheck %s
2 ; RUN: opt < %s -S -loop-unroll -mcpu=core -unroll-runtime=0 | FileCheck -check-prefix=CHECK-NOUNRL %s
32 ; FIXME: We should probably unroll this loop by a factor of 2, but the cost
60 ; FIXME: We should probably unroll this loop by a factor of 2, but the cost
  /external/mesa3d/src/compiler/nir/
nir_opt_loop_unroll.c 31 * the loop into regs. Partially converting out of SSA allows us to unroll
73 * Unroll a loop where we know exactly how many iterations there are and there
74 * is only a single exit point. Note here we can unroll loops with multiple
161 /* Temp list to store the cloned loop body as we unroll */
234 * Unroll a loop with two exists when the trip count of one of the exits is
376 /* Temp lists to store the cloned loop as we unroll */
496 /* Don't attempt to unroll outer loops or a second inner loop in
511 /* Attempt to unroll loops with two terminators. */
528 * limiting terminator just do a simple unroll as the second
  /external/libxcam/cl_kernel/
kernel_fisheye.cl 97 #pragma unroll
112 #pragma unroll
  /external/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /external/llvm/test/Analysis/ScalarEvolution/
2012-05-29-MulAddRec.ll 1 ; RUN: opt < %s -S -indvars -loop-unroll | FileCheck %s
3 ; loop-unroll fully unrolls the inner loop, creating an interesting
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll 1 ; RUN: opt -S < %s -loop-unroll -unroll-count=4 | FileCheck %s
2011-08-09-PhiUpdate.ll 1 ; RUN: opt -S < %s -instcombine -inline -jump-threading -loop-unroll -unroll-count=4 | FileCheck %s
high-cost-trip-count-computation.ll 1 ; RUN: opt -S -unroll-runtime -loop-unroll < %s | FileCheck %s
  /external/tensorflow/tensorflow/contrib/summary/
summary_test_util.py 96 return unroll(db.execute(q, p).fetchall())
99 def unroll(list_of_tuples): function
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 1 //===- llvm/Analysis/LoopUnrollAnalyzer.h - Loop Unroll Analyzer-*- C++ -*-===//
33 // If we completely unroll the loop, we would get:

Completed in 4841 milliseconds

1 2 3 4 56 7 8 91011>>