Searched refs:this_dst (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.cc | 104 uint8* this_dst = dstdata + k * width * channel * height; in Decode() local 130 uint8* p_dst = this_dst + i * width * channel; in Decode() 149 uint8* p_dst = this_dst + i * width * channel; in Decode()
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 215 ; CHECK: store i32 %add.i0, i32* %this_dst.i0, align 16, !llvm.mem.parallel_loop_access ![[TAG]] 216 ; CHECK: store i32 %add.i1, i32* %this_dst.i1, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 217 ; CHECK: store i32 %add.i2, i32* %this_dst.i2, align 8, !llvm.mem.parallel_loop_access ![[TAG]] 218 ; CHECK: store i32 %add.i3, i32* %this_dst.i3, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 226 %this_dst = getelementptr <4 x i32>, <4 x i32> *%dst, i32 %index 229 store <4 x i32> %add, <4 x i32> *%this_dst, !llvm.mem.parallel_loop_access !3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 215 ; CHECK: store i32 %add.i0, i32* %this_dst.i0, align 16, !llvm.mem.parallel_loop_access ![[TAG]] 216 ; CHECK: store i32 %add.i1, i32* %this_dst.i1, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 217 ; CHECK: store i32 %add.i2, i32* %this_dst.i2, align 8, !llvm.mem.parallel_loop_access ![[TAG]] 218 ; CHECK: store i32 %add.i3, i32* %this_dst.i3, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 226 %this_dst = getelementptr <4 x i32>, <4 x i32> *%dst, i32 %index 229 store <4 x i32> %add, <4 x i32> *%this_dst, !llvm.mem.parallel_loop_access !3
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 2434 const uint8_t *const this_dst = in get_2x2_normalized_sses_and_sads() local 2439 cpi->fn_ptr[tx_bsize_half].vf(this_src, src_stride, this_dst, in get_2x2_normalized_sses_and_sads() 2446 this_src, src_stride, this_dst, dst_stride); in get_2x2_normalized_sses_and_sads()
|