HomeSort by relevance Sort by last modified time
    Searched refs:Interleave (Results 1 - 12 of 12) 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/lib/CodeGen/
CGLoopInfo.cpp 43 // Setting interleave.count
45 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.interleave.count"),
51 // Setting interleave.count
139 case LoopHintAttr::Interleave:
156 case LoopHintAttr::Interleave:
172 case LoopHintAttr::Interleave:
191 case LoopHintAttr::Interleave:
212 case LoopHintAttr::Interleave:
  /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/modules/audio_processing/test/
test_utils.cc 59 Interleave(buffer.channels(), buffer.num_frames(), buffer.num_channels(),
84 Interleave(data, samples_per_channel, num_channels, buffer.get());
audio_processing_unittest.cc     [all...]
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 77 Interleave(out_buf.channels(), out_buf.num_frames(),
  /external/webrtc/webrtc/common_audio/resampler/
push_resampler.cc 96 Interleave(deinterleaved, dst_length_mono, num_channels_, dst);
  /external/webrtc/webrtc/common_audio/
audio_util_unittest.cc 121 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved);
135 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved);
  /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/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 435 Interleave(data_ptr->ibuf()->channels(), proc_num_frames_, num_channels_,
  /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 2603 milliseconds