OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unroll
(Results
76 - 100
of
779
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
2006-08-24-MultiBlockLoop.ll
1
; RUN: opt < %s -loop-
unroll
-S | grep bb72.2
2007-04-16-PhiUpdate.ll
2
; RUN: opt < %s -loop-
unroll
-disable-output
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/
2007-10-04-DomFrontier.ll
1
; RUN: opt < %s -licm -loop-
unroll
-disable-output
/external/llvm/test/Transforms/LoopUnroll/
runtime-loop.ll
1
; RUN: opt < %s -S -loop-
unroll
-
unroll
-runtime=true | FileCheck %s -check-prefix=EPILOG
2
; RUN: opt < %s -S -loop-
unroll
-
unroll
-runtime=true -
unroll
-runtime-epilog=false | FileCheck %s -check-prefix=PROLOG
51
; Still try to completely
unroll
loops with compile-time trip counts
52
; even if the -
unroll
-runtime is specified
80
; if the -
unroll
-runtime option is turned on
171
!1 = !{!"llvm.loop.
unroll
.runtime.disable"}
174
; EPILOG: !1 = !{!"llvm.loop.
unroll
.disable"
[
all
...]
pr27157.ll
1
; RUN: opt -loop-
unroll
-debug-only=loop-
unroll
-disable-output < %s
/external/mesa3d/src/compiler/glsl/
loop_unroll.cpp
103
/* Force
unroll
in case of dynamic indexing with sampler arrays
173
*
Unroll
a loop which does not contain any jumps. For example, if the input
206
*
Unroll
a loop whose last statement is an ir_if. If \c
323
* a break,
unroll
the loop with a count of 1. This is the classic
340
/* Don't try to
unroll
loops where the number of iterations is not known
350
/* Don't try to
unroll
loops that have zillions of iterations either.
355
/* Don't try to
unroll
nested loops and loops with a huge body.
367
* We'll be removing the limiting terminator before we
unroll
.
399
*
unroll
.
409
*
unroll
[
all
...]
/external/llvm/test/CodeGen/AMDGPU/
unroll.ll
1
; RUN: opt -mtriple=amdgcn-- -loop-
unroll
-simplifycfg -sroa %s -S -o - | FileCheck %s
2
; RUN: opt -mtriple=r600-- -loop-
unroll
-simplifycfg -sroa %s -S -o - | FileCheck %s
/external/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 {
/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/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 {
/external/tensorflow/tensorflow/core/kernels/
parameterized_truncated_normal_op_gpu.cu.cc
33
// msvc does not support
unroll
. One could try the loop pragma but we need to
36
#define
UNROLL
38
#define
UNROLL
_Pragma("
unroll
")
131
UNROLL
for (int i = 0; i < kDistSize; i++) {
134
UNROLL
for (int i = 0; i < kDistSize; i++) {
140
UNROLL
for (int i = 0; i < kDistSize; i++) {
169
UNROLL
for (int i = 0; i < kDistSize; i += 2) {
/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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/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
/prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
LoopUnrollPass.h
22
/// Loop
unroll
pass that only does full loop unrolling.
33
/// Loop
unroll
pass that will support both full and partial unrolling.
Completed in 2576 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>