Home
last modified time | relevance | path

Searched refs:s45 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dspill_more_than_wavesize_csr_sgprs.ll13 ,~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49},~{s50}
36 ,~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49},~{s50}
Dindirect-call.ll223 ; GCN-NEXT: v_writelane_b32 v43, s45, 10
265 ; GCN-NEXT: v_readlane_b32 s45, v43, 10
313 ; GCN-NEXT: v_writelane_b32 v43, s45, 10
356 ; GCN-NEXT: v_readlane_b32 s45, v43, 10
404 ; GCN-NEXT: v_writelane_b32 v43, s45, 10
447 ; GCN-NEXT: v_readlane_b32 s45, v43, 10
496 ; GCN-NEXT: v_writelane_b32 v43, s45, 10
549 ; GCN-NEXT: v_readlane_b32 s45, v43, 10
Dbranch-relax-spill.ll55 %sgpr45 = tail call i32 asm sideeffect "s_mov_b32 s45, 0", "={s45}"() #0
172 tail call void asm sideeffect "; reg use $0", "{s45}"(i32 %sgpr45) #0
Dcallee-frame-setup.ll286 "~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
325 "~{s39},~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
584 ,~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
619 ,~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
Dstack-realign.ll271 ,~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
308 ,~{s40},~{s41},~{s42},~{s43},~{s44},~{s45},~{s46},~{s47},~{s48},~{s49}
Dpartial-sgpr-to-vgpr-spills.ll240 ; GCN-NEXT: v_readlane_b32 s45, v1, 25
562 ; GCN-NEXT: v_readlane_b32 s45, v0, 41
784 ; GCN-NEXT: v_readlane_b32 s45, v31, 41
Dload-constant-i16.ll2942 ; GCN-NOHSA-SI-NEXT: s_and_b32 s62, s45, s20
2957 ; GCN-NOHSA-SI-NEXT: s_lshr_b32 s45, s45, 16
2983 ; GCN-NOHSA-SI-NEXT: v_mov_b32_e32 v15, s45
3090 ; GCN-HSA-NEXT: s_and_b32 s45, s10, s37
3246 ; GCN-HSA-NEXT: v_mov_b32_e32 v0, s45
3321 ; GCN-NOHSA-VI-NEXT: s_lshr_b32 s38, s45, 16
3322 ; GCN-NOHSA-VI-NEXT: s_and_b32 s39, s45, s20
3328 ; GCN-NOHSA-VI-NEXT: s_and_b32 s45, s46, s20
3409 ; GCN-NOHSA-VI-NEXT: v_mov_b32_e32 v0, s45
3658 ; GCN-NOHSA-SI-NEXT: s_ashr_i32 s37, s45, 16
[all …]
Dgfx-callable-argument-types.ll5564 ; GFX9-NEXT: v_writelane_b32 v40, s45, 9
5600 ; GFX9-NEXT: s_mov_b32 s29, s45
5614 ; GFX9-NEXT: v_readlane_b32 s45, v40, 9
5653 ; GFX10-NEXT: v_writelane_b32 v40, s45, 9
5683 ; GFX10-NEXT: s_mov_b32 s29, s45
5701 ; GFX10-NEXT: v_readlane_b32 s45, v40, 9
5742 ; GFX9-NEXT: v_writelane_b32 v40, s45, 9
5780 ; GFX9-NEXT: s_mov_b32 s29, s45
5795 ; GFX9-NEXT: v_readlane_b32 s45, v40, 9
5834 ; GFX10-NEXT: v_writelane_b32 v40, s45, 9
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c172 __m256i s45 = _mm256_permute2x128_si256( in av1_highbd_convolve_y_sr_avx2() local
187 s[2] = _mm256_unpacklo_epi16(s45, s56); in av1_highbd_convolve_y_sr_avx2()
191 s[6] = _mm256_unpackhi_epi16(s45, s56); in av1_highbd_convolve_y_sr_avx2()
1102 __m256i s45 = _mm256_inserti128_si256(_mm256_castsi128_si256(s4), s5, 1); in aom_highbd_filter_block1d4_v4_avx2() local
1105 s[1] = _mm256_unpacklo_epi16(s45, s56); in aom_highbd_filter_block1d4_v4_avx2()
1162 __m256i s45 = _mm256_inserti128_si256(_mm256_castsi128_si256(s4), s5, 1); in aom_highbd_filter_block1d8_v4_avx2() local
1165 s[1] = _mm256_unpacklo_epi16(s45, s56); in aom_highbd_filter_block1d8_v4_avx2()
1166 s[3] = _mm256_unpackhi_epi16(s45, s56); in aom_highbd_filter_block1d8_v4_avx2()
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-arguments-darwin.c180 struct s45 { vvbp f0; int f1; } f45(void) { } in f45() struct
/external/clang/test/CodeGen/
Dx86_32-arguments-darwin.c180 struct s45 { vvbp f0; int f1; } f45(void) { } in f45() argument
/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c706 __m256i s45 = _mm256_permute2x128_si256( in av1_highbd_dist_wtd_convolve_y_avx2() local
721 s[2] = _mm256_unpacklo_epi16(s45, s56); in av1_highbd_dist_wtd_convolve_y_avx2()
725 s[6] = _mm256_unpackhi_epi16(s45, s56); in av1_highbd_dist_wtd_convolve_y_avx2()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dinsertelement-stack-lower.ll31 ; GCN-NEXT: v_mov_b32_e32 v9, s45
165 ; GCN-NEXT: v_mov_b32_e32 v1, s45
Dextractelement.ll1137 ; GCN-NEXT: s_mov_b32 s45, 0x41200000
1181 ; GCN-NEXT: s_mov_b32 s45, 0x40140000
/external/llvm-project/llvm/test/MC/AMDGPU/
Dvop_dpp.s634 v_add_f32 v0, v1, s45 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_avx2.cc67 const auto s45 = _mm256_alignr_epi8(s[1], s[0], 9); in WienerHorizontalTap7Kernel() local
72 madds[2] = _mm256_maddubs_epi16(s45, filter[2]); in WienerHorizontalTap7Kernel()
86 const auto s45 = _mm256_alignr_epi8(s[1], s[0], 9); in WienerHorizontalTap5Kernel() local
90 madds[2] = _mm256_maddubs_epi16(s45, filter[2]); in WienerHorizontalTap5Kernel()