Home
last modified time | relevance | path

Searched refs:asyncOperand (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td250 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) `)` )?
/external/llvm-project/mlir/test/Dialect/OpenACC/
Dinvalid.mlir93 // 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}}
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp671 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()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp929 mlir::Value ifCond, asyncOperand, waitDevnum, async; in genACC() local