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

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Parse/
ParsePragma.cpp 240 UnrollHintHandler.reset(new PragmaUnrollHintHandler("unroll"));
786 assert(PragmaName.getIdentifierInfo()->getName() == "unroll" &&
788 PragmaString = "unroll";
803 // #pragma unroll(4).
812 // Return a valid hint if pragma unroll or nounroll were specified
814 bool PragmaUnroll = PragmaNameInfo->getName() == "unroll";
831 if (OptionInfo) { // Pragma Unroll does not specify an option.
832 OptionUnroll = OptionInfo->isStr("unroll");
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.h 50 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full).
59 /// \brief llvm.unroll.
142 /// \brief Set the next pushed loop unroll state.
153 /// \brief Set the unroll count for the next loop pushed.
  /external/llvm/test/Transforms/LICM/
alias-set-tracker-loss.ll 1 ; RUN: opt -S -licm -loop-unroll < %s
  /external/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
unroll-cleanuppad.ll 1 ; RUN: opt -S -loop-unroll %s | FileCheck %s
update-loop-info-in-subloops.ll 1 ; RUN: opt -S < %s -loop-unroll -block-freq | FileCheck %s
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/llvm/test/Transforms/LoopUnroll/PowerPC/
p7-unrolling.ll 1 ; RUN: opt < %s -S -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -loop-unroll | FileCheck %s
  /external/llvm/test/Transforms/LoopUnroll/X86/
mmx.ll 1 ; RUN: opt < %s -S -loop-unroll | FileCheck %s
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/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/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/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

Completed in 369 milliseconds

1 2 3 45 6 7 8 91011>>