/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 96 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr() 109 Option == LoopHintAttr::Interleave || in handleLoopHintAttr() 155 enum { Vectorize, Interleave, Unroll }; in CheckForIncompatibleAttributes() enumerator 161 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes() 163 Category = Interleave; in CheckForIncompatibleAttributes() 174 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll) { in CheckForIncompatibleAttributes()
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 139 case LoopHintAttr::Interleave: in push() 156 case LoopHintAttr::Interleave: in push() 172 case LoopHintAttr::Interleave: in push() 191 case LoopHintAttr::Interleave: in push() 212 case LoopHintAttr::Interleave: in push()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | test_utils.cc | 59 Interleave(buffer.channels(), buffer.num_frames(), buffer.num_channels(), in Write() 84 Interleave(data, samples_per_channel, num_channels, buffer.get()); in WriteFloatData()
|
D | audio_processing_unittest.cc | 2463 Interleave(out_cb.channels(), out_cb.num_frames(), out_cb.num_channels(), in ProcessFormat() 2472 Interleave(rev_out_cb.channels(), rev_out_cb.num_frames(), in ProcessFormat()
|
/external/clang/test/CodeGenCXX/ |
D | pragma-loop.cpp | 31 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; enumerator 36 #pragma clang loop interleave_count(static_cast<int>(Tuner::Interleave)) in for_test()
|
/external/fio/examples/ |
D | numa.fio | 17 ; Interleave memory blocks (512K * 16) in numa node 0 and 1
|
/external/webrtc/webrtc/common_audio/ |
D | audio_util_unittest.cc | 121 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved); in TEST() 135 Interleave(deinterleaved, kSamplesPerChannel, kNumChannels, interleaved); in TEST()
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.soak | 14 Interleave every 15h a veritication test and measure latency/throughput.
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer_test.cc | 77 Interleave(out_buf.channels(), out_buf.num_frames(), in main()
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_resampler.cc | 96 Interleave(deinterleaved, dst_length_mono, num_channels_, dst); in Resample()
|
/external/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 106 void Interleave(const T* const* deinterleaved, in Interleave() function
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_bit.txt | 68 # Interleave/deinterleave
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 912 Hint Interleave; member in __anon22a0acd40111::LoopVectorizeHints 929 Interleave("interleave.count", DisableInterleaving, HK_UNROLL), in LoopVectorizeHints() 937 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints() 939 DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs() in LoopVectorizeHints() 945 Width.Value = Interleave.Value = 1; in setAlreadyVectorized() 946 Hint Hints[] = {Width, Interleave}; in setAlreadyVectorized() 996 if (Interleave.Value != 0) in emitRemark() 997 R << ", Interleave Count=" << Interleave.Value; in emitRemark() 1006 unsigned getInterleave() const { return Interleave.Value; } in getInterleave() 1077 Hint *Hints[] = {&Width, &Interleave, &Force}; in setHint()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 435 Interleave(data_ptr->ibuf()->channels(), proc_num_frames_, num_channels_, in InterleaveTo()
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_bit.ll | 194 ; Interleave/deinterleave
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2090 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount", 2102 case Interleave: return "interleave";
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 246 // (interleave A, B, ...) - Interleave the elements from each argument list.
|
/external/testng/ |
D | CHANGES.txt | 1064 Fixed: Interleave order now respected for before/afterClass methods
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6423 // VZIP : Vector Zip (Interleave)
|