Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp190 devicePtrOperands, attachOperands, waitOperands, reductionOperands; in parseParallelOp() local
245 reductionOperands, reductionOperandTypes, in parseParallelOp()
333 static_cast<int32_t>(reductionOperands.size()), in parseParallelOp()
390 printOperandList(op.reductionOperands(), ParallelOp::getReductionKeyword(), in print()
468 SmallVector<OpAsmParser::OperandType, 8> privateOperands, reductionOperands; in parseLoopOp() local
522 reductionOperands, operandTypes, result))) in parseLoopOp()
544 static_cast<int32_t>(reductionOperands.size())})); in parseLoopOp()
600 printOperandList(op.reductionOperands(), LoopOp::getReductionKeyword(), in print()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp143 SmallVector<Value, 2> tileOperands, privateOperands, reductionOperands; in genACC() local
229 addOperands(operands, operandSegments, reductionOperands); in genACC()
271 SmallVector<Value, 2> waitOperands, reductionOperands, copyOperands, in genACCParallelOp() local
409 addOperands(operands, operandSegments, reductionOperands); in genACCParallelOp()
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td107 Variadic<AnyType>:$reductionOperands,
354 Variadic<AnyType>:$reductionOperands,