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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/LoopUnroll/PowerPC/
a2-high-cost-trip-count-computation.ll 1 ; RUN: opt < %s -S -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 -loop-unroll | FileCheck %s
6 ;; counts when unrolling loops on the a2 (because we unroll a lot).
  /external/llvm/test/Transforms/LoopUnroll/
pr27157.ll 1 ; RUN: opt -loop-unroll -debug-only=loop-unroll -disable-output < %s
full-unroll-heuristics-cmp.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -unroll-threshold=10 -unroll-percent-dynamic-cost-saved-threshold=40 | FileCheck %s
unroll-opt-attribute.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-count=4 | FileCheck -check-prefix=CHECK_COUNT4 %s
2 ; RUN: opt < %s -S -loop-unroll | FileCheck -check-prefix=CHECK_NOCOUNT %s
8 ; unroll factor.
36 ; even if an unroll factor was specified.
unroll-pragmas.ll 1 ; RUN: opt < %s -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
2 ; RUN: opt < %s -loop-unroll -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
12 ; unroll(disable) pragma test loop4_with_disable.
34 ; #pragma clang loop unroll(disable)
58 !2 = !{!"llvm.loop.unroll.disable"}
62 ; unroll(full) pragma test loop64_with_.* tests below.
86 ; #pragma clang loop unroll(full
    [all...]
2011-10-01-NoopTrunc.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-threshold=150 | FileCheck %s
ephemeral.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-threshold=50 | FileCheck %s
full-unroll-bad-cost.ll 1 ; RUN: opt -S -loop-unroll < %s | FileCheck %s
3 ; LLVM should not try to fully unroll this loop.
pr14167.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-runtime | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
no-irreducible-loops.ll 1 ; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > %t
11 define i32 @unroll() nounwind {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 27 /// Create an instance of the loop unroll pass that will support both full
36 /// Create an instance of the loop unroll pass that only does full loop
  /art/test/627-checker-unroll/src/
Main.java 25 /// CHECK-START: void Main.unroll() loop_optimization (before)
29 /// CHECK-START: void Main.unroll() loop_optimization (after)
32 /// CHECK-START: void Main.unroll() instruction_simplifier$after_bce (after)
36 /// CHECK-START: void Main.unroll() loop_optimization (after)
38 public static void unroll() { method in class:Main
105 unroll(); method
  /external/llvm/test/Transforms/LoopVectorize/X86/
metadata-enable.ll 1 ; RUN: opt < %s -mcpu=corei7 -O1 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1
2 ; RUN: opt < %s -mcpu=corei7 -O2 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O2
3 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3
4 ; RUN: opt < %s -mcpu=corei7 -Os -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Os
5 ; RUN: opt < %s -mcpu=corei7 -Oz -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=Oz
6 ; RUN: opt < %s -mcpu=corei7 -O1 -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC
7 ; RUN: opt < %s -mcpu=corei7 -Oz -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC
8 ; RUN: opt < %s -mcpu=corei7 -O1 -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1VEC2
9 ; RUN: opt < %s -mcpu=corei7 -Oz -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=OzVEC2
10 ; RUN: opt < %s -mcpu=corei7 -O3 -disable-loop-vectorization -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3DI
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/
gcc-examples.ll 2 ; RUN: opt < %s -basicaa -loop-vectorize -force-vector-width=4 -force-vector-interleave=4 -dce -instcombine -S | FileCheck %s -check-prefix=UNROLL
28 ;UNROLL-LABEL: @example1(
29 ;UNROLL: load <4 x i32>
30 ;UNROLL: load <4 x i32>
31 ;UNROLL: load <4 x i32>
32 ;UNROLL: load <4 x i32>
33 ;UNROLL: add nsw <4 x i32>
34 ;UNROLL: add nsw <4 x i32>
35 ;UNROLL: add nsw <4 x i32>
36 ;UNROLL: add nsw <4 x i32
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 15 // run-time trip count modulo the unroll factor is not 0. When this is the
44 #define DEBUG_TYPE "loop-unroll"
52 /// unroll count is non-zero.
60 /// than the unroll factor.
142 /// unroll count is non-zero.
361 // Add unroll disable metadata to disable future unrolling for this loop.
373 IsUnrollMetadata = S && S->getString().startswith("llvm.loop.unroll.");
382 DisableOperands.push_back(MDString::get(Context, "llvm.loop.unroll.disable"));
396 /// This method assumes that the loop unroll factor is total number
398 /// to the unroll factor as the number of *extra* copies added)
    [all...]
  /external/llvm/test/Transforms/CodeGenPrepare/ARM/
bitreverse-recognize.ll 1 ; RUN: opt -S -loop-unroll -codegenprepare < %s | FileCheck %s
37 !4 = !{!"llvm.loop.unroll.full"}
  /external/llvm/test/Transforms/CodeGenPrepare/
dom-tree.ll 1 ; RUN: opt -S -loop-unroll -codegenprepare < %s -domtree -analyze | FileCheck %s
41 !4 = !{!"llvm.loop.unroll.full"}
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2011-10-01-NoopTrunc.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-threshold=150 | FileCheck %s

Completed in 466 milliseconds

1 2 34 5 6 7 8 91011>>