Searched refs:devicePtrOperands (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/ |
| H A D | OpenACC.cpp | 229 devicePtrOperands, attachOperands, waitOperands, reductionOperands; in parse() local 338 devicePtrOperands, deviceptrOperandTypes, in parse() 382 static_cast<int32_t>(devicePtrOperands.size()), in parse() 462 printOperandList(devicePtrOperands(), ParallelOp::getDevicePtrKeyword(), in print() 490 devicePtrOperands().size() + attachOperands().size() + in getNumDataOperands()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/ |
| H A D | OpenACCToLLVM.cpp | 220 allDataOperandsAreConverted(op.devicePtrOperands()) && in runOnOperation()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenACC.cpp | 367 presentOperands, devicePtrOperands, attachOperands, firstprivateOperands, in createParallelOp() local 476 genObjectList(devicePtrClause->v, converter, devicePtrOperands); in createParallelOp() 511 addOperands(operands, operandSegments, devicePtrOperands); in createParallelOp()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/ |
| H A D | OpenACCOps.td | 114 Variadic<AnyType>:$devicePtrOperands,
|