HomeSort by relevance Sort by last modified time
    Searched refs:Interleave (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 106 .Case("interleave", LoopHintAttr::Interleave)
120 Option == LoopHintAttr::Interleave ||
145 // There are 4 categories of loop hints attributes: vectorize, interleave,
169 enum { Vectorize, Interleave, Unroll, Distribute } Category;
175 case LoopHintAttr::Interleave:
177 Category = Interleave;
192 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll ||
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 50 // Setting interleave.count
52 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.interleave.count"),
58 // Setting interleave.count
178 case LoopHintAttr::Interleave:
198 case LoopHintAttr::Interleave:
217 case LoopHintAttr::Interleave:
237 case LoopHintAttr::Interleave:
259 case LoopHintAttr::Interleave:
  /external/clang/test/CodeGenCXX/
pragma-loop.cpp 32 enum struct Tuner : short { Interleave = 4, Unroll = 8 };
36 #pragma clang loop interleave(enable)
37 #pragma clang loop interleave_count(static_cast<int>(Tuner::Interleave))
163 // CHECK: ![[INTERLEAVE_4]] = !{!"llvm.loop.interleave.count", i32 4}
175 // CHECK: ![[INTERLEAVE_2]] = !{!"llvm.loop.interleave.count", i32 2}
183 // CHECK: ![[INTERLEAVE_8]] = !{!"llvm.loop.interleave.count", i32 8}
188 // CHECK: ![[INTERLEAVE_10]] = !{!"llvm.loop.interleave.count", i32 10}
191 // 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 131 "max-interleave-group-factor", cl::Hidden,
135 /// We don't interleave loops with a known constant trip count below this
147 /// Maximum vectorization interleave count.
151 "force-target-max-scalar-interleave", cl::init(0), cl::Hidden,
152 cl::desc("A flag that overrides the target's max interleave factor for "
156 "force-target-max-vector-interleave", cl::init(0), cl::Hidden,
157 cl::desc("A flag that overrides the target's max interleave factor for "
177 // Runtime interleave loops for load/store throughput.
179 "enable-loadstore-runtime-interleave", cl::init(true), cl::Hidden,
197 "max-nested-scalar-reduction-interleave", cl::init(2), cl::Hidden
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 493 case LoopHintAttr::Interleave:
494 OS << " Interleave";
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 493 case LoopHintAttr::Interleave:
494 OS << " Interleave";
Attrs.inc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 434 milliseconds