Lines Matching refs:gang
3 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
4 acc.loop gang {
11 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
19 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
27 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
28 acc.loop gang worker {
35 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
36 acc.loop gang vector {
43 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
51 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
52 acc.loop gang worker vector {