Searched refs:reductionOperands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
D | OpenACC.cpp | 190 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/ |
D | OpenACC.cpp | 143 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/ |
D | OpenACCOps.td | 107 Variadic<AnyType>:$reductionOperands, 354 Variadic<AnyType>:$reductionOperands,
|