Searched refs:asyncOperand (Results 1 – 4 of 4) sorted by relevance
250 Optional<IntOrIndex>:$asyncOperand,262 ( `async` `(` $asyncOperand^ `:` type($asyncOperand) `)` )?292 Optional<IntOrIndex>:$asyncOperand,304 ( `async` `(` $asyncOperand^ `:` type($asyncOperand) `)` )?480 let arguments = (ins Optional<IntOrIndex>:$asyncOperand,493 ( `async` `(` $asyncOperand^ `:` type($asyncOperand) `)` )?524 Optional<IntOrIndex>:$asyncOperand,531 ( `async` `(` $asyncOperand^ `:` type($asyncOperand) `)` )?
93 // expected-error@+1 {{async attribute cannot appear with asyncOperand}}112 // expected-error@+1 {{async attribute cannot appear with asyncOperand}}166 // expected-error@+1 {{async attribute cannot appear with asyncOperand}}185 // expected-error@+1 {{async attribute cannot appear with asyncOperand}}
671 if (op.asyncOperand() && op.async()) in verify()701 if (op.asyncOperand() && op.async()) in verify()754 if (updateOp.asyncOperand() && updateOp.async()) in verify()776 if (waitOp.asyncOperand() && waitOp.async()) in verify()
929 mlir::Value ifCond, asyncOperand, waitDevnum, async; in genACC() local