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

1 2 3 4 5 67 8 91011>>

  /bionic/libc/arch-x86/generic/string/
strcat.S 37 L1: movb (%edx),%al /* unroll loop, but not too much */
  /external/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 55 // The Hexagon target can unroll loops with run-time trip counts.
  /external/llvm/test/Transforms/CodeGenPrepare/
bitreverse-hang.ll 1 ; RUN: opt < %s -loop-unroll -codegenprepare -S | FileCheck %s
  /external/llvm/test/Transforms/InstCombine/
bitreverse-hang.ll 1 ; RUN: opt < %s -loop-unroll -instcombine -S | FileCheck %s
  /external/llvm/test/Transforms/JumpThreading/
phi-known.ll 48 ; Well, we could unroll this loop exactly twice, but that's
  /external/llvm/test/Transforms/LoopUnroll/
full-unroll-crashers.ll 2 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-threshold=1 -unroll-percent-dynamic-cost-saved-threshold=20 -o /dev/null
pr11361.ll 1 ; RUN: opt -loop-unroll -disable-output < %s
2007-05-05-UnrollMiscomp.ll 1 ; RUN: opt < %s -loop-unroll -S | not grep undef
pr18861.ll 1 ; RUN: opt < %s -loop-unroll -indvars -disable-output
pr28132.ll 1 ; RUN: opt -loop-unroll -S < %s | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2007-05-05-UnrollMiscomp.ll 1 ; RUN: opt < %s -loop-unroll -S | not grep undef
  /external/webrtc/webrtc/common_audio/signal_processing/
auto_correlation.c 50 /* Unroll the loop to improve performance. */
  /external/autotest/client/common_lib/cros/fake_device_server/
resource_delegate.py 46 # unroll |key| and complain that we haven't asked to printf two
69 # unroll |key| and complain that we haven't asked to printf two
  /external/compiler-rt/lib/msan/
msan_poisoning.cc 155 // This is like memset, but the value is 32-bit. We unroll by 2 to write
156 // 64 bits at once. May want to unroll further to get 128-bit stores.
  /external/llvm/test/Feature/
optnone-opt.ll 6 ; RUN: opt -indvars -licm -loop-deletion -loop-extract -loop-idiom -loop-instsimplify -loop-reduce -loop-reroll -loop-rotate -loop-unroll -loop-unswitch -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-LOOP
73 ; OPT-LOOP-DAG: Skipping pass 'Unroll loops'
  /external/llvm/test/Transforms/LoopVectorize/X86/
unroll_selection.ll 6 ; Don't unroll when we have register pressure.
50 ; This is a small loop. Unroll it twice.
  /external/v8/tools/profviz/
profviz.html 87 <a href="javascript:ui.info('instructions');" class="unroll">
130 <a href="javascript:ui.info('credits');" class="unroll">
  /external/llvm/docs/
Vectorizers.rst 37 and unroll factor. However, users of the vectorizer can force the vectorizer to use
47 Users can control the unroll factor using the command line flag "-force-vector-unroll"
51 $ clang -mllvm -force-vector-unroll=2 ...
52 $ opt -loop-vectorize -force-vector-unroll=2 ...
363 The Loop Vectorizer uses a cost model to decide when it is profitable to unroll loops.
364 The decision to unroll the loop depends on the register pressure and the generated code size.
  /external/llvm/test/Transforms/BBVectorize/
loop1.ll 4 ; RUN: opt < %s -basicaa -loop-unroll -unroll-threshold=45 -unroll-allow-partial -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-ignore-target-info -instcombine -gvn -S | FileCheck %s -check-prefix=CHECK-UNRL
  /device/google/contexthub/firmware/os/inc/
toolchain.h 107 #define UNROLLED __attribute__((optimize("unroll-loops")))
  /external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc 22 // hand unroll the loop to stress the reg alloc.
  /external/libvpx/libvpx/vpx_dsp/ppc/
variance_vsx.c 41 // TODO(lu_zero): Unroll
  /external/llvm/test/CodeGen/AMDGPU/
tti-unroll-prefs.ll 1 ; RUN: opt -loop-unroll -S -mtriple=amdgcn-- -mcpu=SI %s | FileCheck %s
  /external/llvm/test/Transforms/LoopRotate/
simplifylatch.ll 2 ; PR2624 unroll multiple exits
  /external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
speculative-slsr.ll 8 ; #pragma unroll

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>