/external/clang/test/CodeGen/ |
D | arm-arguments.c | 183 struct s34 { char c; }; struct 184 void f34(struct s34 s); 185 void g34(struct s34 *s) { f34(*s); } in g34()
|
D | arm64-arguments.c | 133 struct s34 { char c; }; argument 134 void f34(struct s34 s); 135 void g34(struct s34 *s) { f34(*s); } in g34()
|
D | x86_32-arguments-darwin.c | 142 struct s34 { struct { int : 0; } a; float b; } f34(void) { while (1) {} } in f34() struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | call-preserved-registers.ll | 10 ; GCN-NEXT: s_add_u32 s34, s34, 29 ; GCN: v_writelane_b32 v32, s34, 1 45 ; GCN: v_readlane_b32 s34, v32, 1 131 ; GCN: s_mov_b32 s34, s9 137 ; GCN-NEXT: s_mov_b32 s4, s34 138 ; GCN-NEXT: s_mov_b32 s32, s34
|
D | callee-frame-setup.ll | 43 ; GCN-DAG: v_writelane_b32 v32, s34, 54 ; GCN-DAG: v_readlane_b32 s34, 77 ; GCN-DAG: v_writelane_b32 v32, s34, 1 82 ; GCN-DAG: v_readlane_b32 s34, v32, 1
|
D | nested-calls.ll | 17 ; GCN-DAG: v_writelane_b32 v32, s34, 1 23 ; GCN: v_readlane_b32 s34, v32, 1
|
D | call-graph-register-usage.ll | 17 ; GCN: v_writelane_b32 v32, s34, 1 21 ; GCN: v_readlane_b32 s34, v32, 1
|
D | branch-relax-spill.ll | 44 %sgpr34 = tail call i32 asm sideeffect "s_mov_b32 s34, 0", "={s34}"() #0 163 tail call void asm sideeffect "; reg use $0", "{s34}"(i32 %sgpr34) #0
|
D | sibling-call.ll | 215 ; GCN-DAG: v_writelane_b32 v34, s34, 1 227 ; GCN-DAG: v_readlane_b32 s34, v34, 1
|
D | partial-sgpr-to-vgpr-spills.ll | 124 ; GCN-NEXT: v_writelane_b32 v1, s34, 22
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_avx2.c | 166 __m256i s34 = _mm256_permute2x128_si256( in av1_highbd_convolve_y_sr_avx2() local 186 s[1] = _mm256_unpacklo_epi16(s23, s34); in av1_highbd_convolve_y_sr_avx2() 190 s[5] = _mm256_unpackhi_epi16(s23, s34); in av1_highbd_convolve_y_sr_avx2() 1092 __m256i s34 = _mm256_inserti128_si256(_mm256_castsi128_si256(s3), s4, 1); in aom_highbd_filter_block1d4_v4_avx2() local 1094 s[0] = _mm256_unpacklo_epi16(s23, s34); in aom_highbd_filter_block1d4_v4_avx2() 1151 __m256i s34 = _mm256_inserti128_si256(_mm256_castsi128_si256(s3), s4, 1); in aom_highbd_filter_block1d8_v4_avx2() local 1153 s[0] = _mm256_unpacklo_epi16(s23, s34); in aom_highbd_filter_block1d8_v4_avx2() 1154 s[2] = _mm256_unpackhi_epi16(s23, s34); in aom_highbd_filter_block1d8_v4_avx2()
|
/external/libxcam/cl_kernel/ |
D | kernel_min_filter.cl | 121 tmp2 = min (v_left.s34, v_left.s56); 125 tmp2 = min (v_right.s12, v_right.s34);
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_jnt_convolve_avx2.c | 700 __m256i s34 = _mm256_permute2x128_si256( in av1_highbd_dist_wtd_convolve_y_avx2() local 720 s[1] = _mm256_unpacklo_epi16(s23, s34); in av1_highbd_dist_wtd_convolve_y_avx2() 724 s[5] = _mm256_unpackhi_epi16(s23, s34); in av1_highbd_dist_wtd_convolve_y_avx2()
|
/external/v8/benchmarks/ |
D | regexp.js | 215 var s34 = computeInputVariants('CersreerqPhygherCraqvat=', 78); 252 re8.exec(s34[i]);
|