OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Interleave
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaStmtAttr.cpp
96
.Case("
interleave
", LoopHintAttr::
Interleave
)
109
Option == LoopHintAttr::
Interleave
||
133
// There are 3 categories of loop hints attributes: vectorize,
interleave
,
155
enum { Vectorize,
Interleave
, Unroll };
161
case LoopHintAttr::
Interleave
:
163
Category =
Interleave
;
174
Option == LoopHintAttr::
Interleave
|| Option == LoopHintAttr::Unroll) {
/external/clang/test/CodeGenCXX/
pragma-loop.cpp
31
enum struct Tuner : short {
Interleave
= 4, Unroll = 8 };
35
#pragma clang loop
interleave
(enable)
36
#pragma clang loop interleave_count(static_cast<int>(Tuner::
Interleave
))
162
// CHECK: ![[INTERLEAVE_4]] = !{!"llvm.loop.
interleave
.count", i32 4}
172
// CHECK: ![[INTERLEAVE_2]] = !{!"llvm.loop.
interleave
.count", i32 2}
180
// CHECK: ![[INTERLEAVE_8]] = !{!"llvm.loop.
interleave
.count", i32 8}
185
// CHECK: ![[INTERLEAVE_10]] = !{!"llvm.loop.
interleave
.count", i32 10}
188
// CHECK: ![[INTERLEAVE_16]] = !{!"llvm.loop.
interleave
.count", i32 16}
/external/webrtc/webrtc/common_audio/include/
audio_util.h
102
//
Interleave
audio from the channel buffers pointed to by |deinterleaved| to
106
void
Interleave
(const T* const* deinterleaved,
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
155
"max-
interleave
-group-factor", cl::Hidden,
159
/// We don't
interleave
loops with a known constant trip count below this
171
/// Maximum vectorization
interleave
count.
175
"force-target-max-scalar-
interleave
", cl::init(0), cl::Hidden,
176
cl::desc("A flag that overrides the target's max
interleave
factor for "
180
"force-target-max-vector-
interleave
", cl::init(0), cl::Hidden,
181
cl::desc("A flag that overrides the target's max
interleave
factor for "
201
// Runtime
interleave
loops for load/store throughput.
203
"enable-loadstore-runtime-
interleave
", cl::init(true), cl::Hidden,
221
"max-nested-scalar-reduction-
interleave
", cl::init(2), cl::Hidden
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h
[
all
...]
Completed in 102 milliseconds