Lines Matching full:attributes

3 // CHECK: module attributes {omp.flags = #omp.flags<>} {
4 module attributes {omp.flags = #omp.flags<debug_kind = 0, assume_teams_oversubscription = false, as…
6 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 20>} {
7 module attributes {omp.flags = #omp.flags<debug_kind = 20, assume_teams_oversubscription = false, a…
9 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 100, assume_teams_oversubscription…
10 module attributes {omp.flags = #omp.flags<debug_kind = 100, assume_teams_oversubscription = true, a…
12 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 200, assume_teams_oversubscription…
13 module attributes {omp.flags = #omp.flags<debug_kind = 200, assume_teams_oversubscription = true, a…
15 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 300, assume_teams_oversubscription…
16 module attributes {omp.flags = #omp.flags<debug_kind = 300, assume_teams_oversubscription = true, a…
18 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 400, assume_teams_oversubscription…
19 module attributes {omp.flags = #omp.flags<debug_kind = 400, assume_teams_oversubscription = true, a…
21 // CHECK: module attributes {omp.flags = #omp.flags<>} {
22 module attributes {omp.flags = #omp.flags<>} {}
24 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true>} {
25 module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true>} {}
27 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no…
28 module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no_thread_st…
30 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no…
31 module attributes {omp.flags = #omp.flags<assume_no_thread_state = true, assume_teams_oversubscript…
33 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 20, openmp_device_version = 51>} {
34 module attributes {omp.flags = #omp.flags<debug_kind = 20, assume_teams_oversubscription = false, a…
36 //: module attributes {omp.flags = #omp.flags<debug_kind = 100, assume_teams_oversubscription = tru…
37 module attributes {omp.flags = #omp.flags<debug_kind = 100, assume_teams_oversubscription = true, a…
39 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 200, assume_teams_oversubscription…
40 module attributes {omp.flags = #omp.flags<debug_kind = 200, assume_teams_oversubscription = true, a…
42 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 300, assume_teams_oversubscription…
43 module attributes {omp.flags = #omp.flags<debug_kind = 300, assume_teams_oversubscription = true, a…
45 // CHECK: module attributes {omp.flags = #omp.flags<debug_kind = 400, assume_teams_oversubscription…
46 module attributes {omp.flags = #omp.flags<debug_kind = 400, assume_teams_oversubscription = true, a…
48 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, openmp_de…
49 module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, openmp_device_versi…
51 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no…
52 module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no_thread_st…
54 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no…
55 module attributes {omp.flags = #omp.flags<assume_no_thread_state = true, assume_teams_oversubscript…
57 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, assume_no…
58 module attributes {omp.flags = #omp.flags<assume_no_thread_state = true, assume_teams_oversubscript…
60 // CHECK: module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, openmp_de…
61 module attributes {omp.flags = #omp.flags<assume_teams_oversubscription = true, no_gpu_lib = false,…
63 // CHECK: module attributes {omp.version = #omp.version<version = 51>} {
64 module attributes {omp.version = #omp.version<version = 51>} {}
69 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (host), cap…
70 func.func @omp_decl_tar_host_to() -> () attributes {omp.declare_target = #omp.declaretarget<device_…
75 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (host), cap…
76 func.func @omp_decl_tar_host_link() -> () attributes {omp.declare_target = #omp.declaretarget<devic…
81 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (host), cap…
82 func.func @omp_decl_tar_host_enter() -> () attributes {omp.declare_target = #omp.declaretarget<devi…
87 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (nohost), c…
88 func.func @omp_decl_tar_nohost_to() -> () attributes {omp.declare_target = #omp.declaretarget<devic…
93 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (nohost), c…
94 func.func @omp_decl_tar_nohost_link() -> () attributes {omp.declare_target = #omp.declaretarget<dev…
99 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (nohost), c…
100 func.func @omp_decl_tar_nohost_enter() -> () attributes {omp.declare_target = #omp.declaretarget<de…
105 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capt…
106 func.func @omp_decl_tar_any_to() -> () attributes {omp.declare_target = #omp.declaretarget<device_t…
111 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capt…
112 func.func @omp_decl_tar_any_link() -> () attributes {omp.declare_target = #omp.declaretarget<device…
117 // CHECK-SAME: {{.*}} attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capt…
118 func.func @omp_decl_tar_any_enter() -> () attributes {omp.declare_target = #omp.declaretarget<devic…