Searched refs:copyoutOperands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/ |
D | OpenACCOps.td | 111 Variadic<AnyType>:$copyoutOperands, 185 Variadic<AnyType>:$copyoutOperands, 203 ( `copyout` `(` $copyoutOperands^ `:` type($copyoutOperands) `)` )? 297 Variadic<AnyType>:$copyoutOperands, 307 ( `copyout` `(` $copyoutOperands^ `:` type($copyoutOperands) `)` )?
|
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
D | OpenACC.cpp | 188 copyinReadonlyOperands, copyoutOperands, copyoutZeroOperands, in parseParallelOp() local 267 copyoutOperands, copyoutOperandTypes, result))) in parseParallelOp() 337 static_cast<int32_t>(copyoutOperands.size()), in parseParallelOp() 405 printOperandList(op.copyoutOperands(), ParallelOp::getCopyoutKeyword(), in print() 663 if (op.copyoutOperands().empty() && op.deleteOperands().empty() && in verify()
|
/external/llvm-project/flang/lib/Lower/ |
D | OpenACC.cpp | 272 copyinOperands, copyinReadonlyOperands, copyoutOperands, in genACCParallelOp() local 366 copyoutOperands); in genACCParallelOp() 413 addOperands(operands, operandSegments, copyoutOperands); in genACCParallelOp() 442 copyoutOperands, copyoutZeroOperands, createOperands, createZeroOperands, in genACCDataOp() local 473 copyoutOperands); in genACCDataOp() 505 addOperands(operands, operandSegments, copyoutOperands); in genACCDataOp() 639 SmallVector<Value, 2> copyoutOperands, deleteOperands, detachOperands, in genACCExitDataOp() local 699 genObjectList(accObjectList, converter, copyoutOperands); in genACCExitDataOp() 718 addOperands(operands, operandSegments, copyoutOperands); in genACCExitDataOp()
|