/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 20 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0. 22 ; Add low slice: out[out_start].real, this is base + 0. 24 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4. 26 ; Add high slice: out[out_start].imm, this is base + 4. 30 ; Put the results back into out[out_start]. 35 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0. 37 ; Add low slice: out[out_start].real, this is base + 0. 39 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4. 41 ; Add high slice: out[out_start].imm, this is base + 4. 45 ; Put the results back into out[out_start]. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 20 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0. 22 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4. 24 ; Add low slice: out[out_start].real, this is base + 0. 26 ; Add high slice: out[out_start].imm, this is base + 4. 30 ; Put the results back into out[out_start]. 35 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0. 37 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4. 39 ; Add low slice: out[out_start].real, this is base + 0. 41 ; Add high slice: out[out_start].imm, this is base + 4. 45 ; Put the results back into out[out_start]. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 15 define void @test(%class.Complex* nocapture %out, i64 %out_start) { 17 %arrayidx = getelementptr inbounds %class.Complex, %class.Complex* %out, i64 %out_start 25 %add = add i64 %out_start, 8 47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) { 49 %arrayidx = getelementptr inbounds %class.Complex_int, %class.Complex_int* %out, i64 %out_start 57 %add = add i64 %out_start, 8 79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) { 81 %arrayidx = getelementptr inbounds %class.Complex_long, %class.Complex_long* %out, i64 %out_start 89 %add = add i64 %out_start, 8
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 15 define void @test(%class.Complex* nocapture %out, i64 %out_start) { 17 %arrayidx = getelementptr inbounds %class.Complex, %class.Complex* %out, i64 %out_start 25 %add = add i64 %out_start, 8 47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) { 49 %arrayidx = getelementptr inbounds %class.Complex_int, %class.Complex_int* %out, i64 %out_start 57 %add = add i64 %out_start, 8 79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) { 81 %arrayidx = getelementptr inbounds %class.Complex_long, %class.Complex_long* %out, i64 %out_start 89 %add = add i64 %out_start, 8
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 49 size_t out_start; member 234 s->out_start = b->out_pos; in dec_block() 244 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 256 s->crc = xz_crc32(b->out + s->out_start, in dec_block() 257 b->out_pos - s->out_start, s->crc); in dec_block() 260 s->crc = xz_crc64(b->out + s->out_start, in dec_block() 261 b->out_pos - s->out_start, s->crc); in dec_block() 779 size_t out_start; in xz_dec_run() local 786 out_start = b->out_pos; in xz_dec_run() 796 b->out_pos = out_start; in xz_dec_run() [all …]
|
D | xz_dec_bcj.c | 421 size_t out_start; in xz_dec_bcj_run() local 450 out_start = b->out_pos; in xz_dec_bcj_run() 459 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 469 s->temp.size = b->out_pos - out_start; in xz_dec_bcj_run()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | concat_lib_cpu.h | 82 T* out_start = output->data() + start; in ConcatCPUImpl() local 86 if (out < out_start) { in ConcatCPUImpl() 89 ptrdiff_t offset = out_start - out; in ConcatCPUImpl() 108 CHECK(out >= out_start); in ConcatCPUImpl()
|
D | sparse_matmul_op.cc | 630 float* const out_start = &(*output)(0, 0); in GEPP() local 632 out_ptrs[j] = out_start + output_num_cols * j; in GEPP() 1248 auto* out_start = &(*buffer)(s, 0); in ShuffleMatrix() local 1258 CopyAndMayBeInterleave<TR>(out_start, input_start, N); in ShuffleMatrix() 1259 out_start += N; in ShuffleMatrix() 1269 CopyAndMayBeInterleave<TR>(out_start, input_start, copy_num_cols); in ShuffleMatrix() 1270 out_start += N; in ShuffleMatrix()
|
D | maxpooling_op.cc | 183 const int out_start = start * out_size; in SpatialMaxPoolWithArgMaxHelper() local 185 for (int index = out_start; index < out_end; ++index) { in SpatialMaxPoolWithArgMaxHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses-1.ll | 28 ;void test(Complex * __restrict__ out, Complex * __restrict__ in, size_t out_start, size_t size) 32 ; size_t out_ix = out_start + out_offset; 45 …as nocapture %out, %class.Complex* noalias nocapture readonly %in, i64 %out_start, i64 %size) loca… 61 %add = add i64 %out_offset.010, %out_start
|
/external/toybox/toys/pending/ |
D | xzcat.c | 832 size_t out_start; in xz_dec_bcj_run() local 861 out_start = b->out_pos; in xz_dec_bcj_run() 870 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 880 s->temp.size = b->out_pos - out_start; in xz_dec_bcj_run() 2375 size_t out_start; member 2549 s->out_start = b->out_pos; in dec_block() 2559 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 2571 s->crc = xz_crc32(b->out + s->out_start, in dec_block() 2572 b->out_pos - s->out_start, s->crc); in dec_block() 2575 size_t size = b->out_pos - s->out_start; in dec_block() [all …]
|
/external/syzkaller/executor/ |
D | executor.cc | 1217 uint64 out_start = (uint64)output_data; in ignore() local 1218 uint64 out_end = out_start + kMaxOutput; in ignore() 1219 if (arg1 >= out_start && arg1 <= out_end) in ignore() 1221 if (arg2 >= out_start && arg2 <= out_end) in ignore()
|