Searched refs:Interleave (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp96 .Case("interleave", LoopHintAttr::Interleave)
109 Option == LoopHintAttr::Interleave ||
155 enum { Vectorize, Interleave, Unroll }; enumerator in enum:__anon1396
161 case LoopHintAttr::Interleave:
163 Category = Interleave;
174 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll) {
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp139 case LoopHintAttr::Interleave:
156 case LoopHintAttr::Interleave:
172 case LoopHintAttr::Interleave:
191 case LoopHintAttr::Interleave:
212 case LoopHintAttr::Interleave:
/external/clang/test/CodeGenCXX/
H A Dpragma-loop.cpp31 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; member in struct:Tuner
36 #pragma clang loop interleave_count(static_cast<int>(Tuner::Interleave))
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dtest_utils.cc59 Interleave(buffer.channels(), buffer.num_frames(), buffer.num_channels(),
84 Interleave(data, samples_per_channel, num_channels, buffer.get());
H A Daudio_processing_unittest.cc2463 Interleave(out_cb.channels(), out_cb.num_frames(), out_cb.num_channels(),
2472 Interleave(rev_out_cb.channels(), rev_out_cb.num_frames(),
/external/webrtc/webrtc/common_audio/resampler/
H A Dpush_resampler.cc96 Interleave(deinterleaved, dst_length_mono, num_channels_, dst);
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer_test.cc77 Interleave(out_buf.channels(), out_buf.num_frames(),
/external/webrtc/webrtc/common_audio/
H A Daudio_util_unittest.cc121 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved);
135 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved);
/external/webrtc/webrtc/common_audio/include/
H A Daudio_util.h102 // Interleave audio from the channel buffers pointed to by |deinterleaved| to
106 void Interleave(const T* const* deinterleaved, function in namespace:webrtc
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_buffer.cc435 Interleave(data_ptr->ibuf()->channels(), proc_num_frames_, num_channels_,
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp756 unsigned Factor; // Interleave Factor.
912 Hint Interleave; member in class:__anon12596::LoopVectorizeHints
929 Interleave("interleave.count", DisableInterleaving, HK_UNROLL),
937 Interleave.Value = VectorizerParams::VectorizationInterleave;
939 DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs()
945 Width.Value = Interleave.Value = 1;
946 Hint Hints[] = {Width, Interleave};
996 if (Interleave.Value != 0)
997 R << ", Interleave Count=" << Interleave
[all...]

Completed in 4411 milliseconds