Home
last modified time | relevance | path

Searched refs:attachOperands (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td118 Variadic<AnyType>:$attachOperands,
192 Variadic<AnyType>:$attachOperands,
212 ( `attach` `(` $attachOperands^ `:` type($attachOperands) `)` )?
258 Variadic<AnyType>:$attachOperands);
269 ( `attach` `(` $attachOperands^ `:` type($attachOperands) `)` )?
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp190 devicePtrOperands, attachOperands, waitOperands, reductionOperands; in parseParallelOp() local
305 attachOperands, attachOperandTypes, result))) in parseParallelOp()
344 static_cast<int32_t>(attachOperands.size()), in parseParallelOp()
433 printOperandList(op.attachOperands(), ParallelOp::getAttachKeyword(), in print()
694 op.createZeroOperands().empty() && op.attachOperands().empty()) in verify()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp274 presentOperands, devicePtrOperands, attachOperands, privateOperands, in genACCParallelOp() local
387 genObjectList(attachClause->v, converter, attachOperands); in genACCParallelOp()
420 addOperands(operands, operandSegments, attachOperands); in genACCParallelOp()
443 noCreateOperands, presentOperands, deviceptrOperands, attachOperands; in genACCDataOp() local
494 genObjectList(attachClause->v, converter, attachOperands); in genACCDataOp()
512 addOperands(operands, operandSegments, attachOperands); in genACCDataOp()
541 attachOperands, waitOperands; in genACCEnterDataOp() local
607 genObjectList(attachClause->v, converter, attachOperands); in genACCEnterDataOp()
624 addOperands(operands, operandSegments, attachOperands); in genACCEnterDataOp()