• Home
  • Raw
  • Download

Lines Matching +full:check +full:- +full:all

1-march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri -verify-machineinstrs < %s | FileCheck 
2-march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=carrizo -verify-machineinstrs < %s | FileCheck…
3 ; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -che…
4 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -chec…
10 ; ALL-LABEL {{^}}test_workgroup_id_x:
24 ; MESA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s2{{$}}
25 ; HSA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s6{{$}}
27 ; ALL-NOT: [[VCOPY]]
28 ; ALL: {{buffer|flat}}_store_dword {{.*}}[[VCOPY]]
31 ; ALL-NOHSA: COMPUTE_PGM_RSRC2:USER_SGPR: 2
32 ; ALL: COMPUTE_PGM_RSRC2:TGID_X_EN: 1
33 ; ALL: COMPUTE_PGM_RSRC2:TGID_Y_EN: 0
34 ; ALL: COMPUTE_PGM_RSRC2:TGID_Z_EN: 0
35 ; ALL: COMPUTE_PGM_RSRC2:TIDIG_COMP_CNT: 0
42 ; ALL-LABEL {{^}}test_workgroup_id_y:
52 ; MESA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s3{{$}}
53 ; HSA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s7{{$}}
55 ; ALL-NOT: [[VCOPY]]
56 ; ALL: {{buffer|flat}}_store_dword {{.*}}[[VCOPY]]
59 ; ALL-NOHSA: COMPUTE_PGM_RSRC2:USER_SGPR: 2
60 ; ALL: COMPUTE_PGM_RSRC2:TGID_X_EN: 1
61 ; ALL: COMPUTE_PGM_RSRC2:TGID_Y_EN: 1
62 ; ALL: COMPUTE_PGM_RSRC2:TGID_Z_EN: 0
63 ; ALL: COMPUTE_PGM_RSRC2:TIDIG_COMP_CNT: 0
70 ; ALL-LABEL {{^}}test_workgroup_id_z:
88 ; MESA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s3{{$}}
89 ; HSA: v_mov_b32_e32 [[VCOPY:v[0-9]+]], s7{{$}}
91 ; ALL-NOT: [[VCOPY]]
92 ; ALL: {{buffer|flat}}_store_dword {{.*}}[[VCOPY]]
95 ; ALL-NOHSA: COMPUTE_PGM_RSRC2:USER_SGPR: 2
96 ; ALL: COMPUTE_PGM_RSRC2:TGID_X_EN: 1
97 ; ALL: COMPUTE_PGM_RSRC2:TGID_Y_EN: 0
98 ; ALL: COMPUTE_PGM_RSRC2:TGID_Z_EN: 1
99 ; ALL: COMPUTE_PGM_RSRC2:TIDIG_COMP_CNT: 0