Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp229 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 DOpenACCToLLVM.cpp220 allDataOperandsAreConverted(op.devicePtrOperands()) && in runOnOperation()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp367 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 DOpenACCOps.td114 Variadic<AnyType>:$devicePtrOperands,