Lines Matching refs:SI
1 ; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI %s
2 ; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck -check-prefix=SI %s
4 ; SI-LABEL: {{^}}no_reorder_v2f64_global_load_store:
5 ; SI: buffer_load_dwordx4
6 ; SI: buffer_load_dwordx4
7 ; SI: buffer_store_dwordx4
8 ; SI: buffer_store_dwordx4
9 ; SI: s_endpgm
18 ; SI-LABEL: {{^}}no_reorder_scalarized_v2f64_local_load_store:
19 ; SI: ds_read_b64
20 ; SI: ds_read_b64
21 ; SI: ds_write_b64
22 ; SI: ds_write_b64
23 ; SI: s_endpgm
32 ; SI-LABEL: {{^}}no_reorder_split_v8i32_global_load_store:
33 ; SI: buffer_load_dwordx4
34 ; SI: buffer_load_dwordx4
35 ; SI: buffer_load_dwordx4
36 ; SI: buffer_load_dwordx4
39 ; SI: buffer_store_dwordx4
40 ; SI: buffer_store_dwordx4
41 ; SI: buffer_store_dwordx4
42 ; SI: buffer_store_dwordx4
43 ; SI: s_endpgm
52 ; SI-LABEL: {{^}}no_reorder_extload_64:
53 ; SI: ds_read_b64
54 ; SI: ds_read_b64
55 ; SI: ds_write_b64
56 ; SI-NOT: ds_read
57 ; SI: ds_write_b64
58 ; SI: s_endpgm