Searched defs:reductionOperands (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
D | OpenACC.cpp | 190 devicePtrOperands, attachOperands, waitOperands, reductionOperands; in parseParallelOp() local 468 SmallVector<OpAsmParser::OperandType, 8> privateOperands, reductionOperands; in parseLoopOp() local
|
/external/llvm-project/flang/lib/Lower/ |
D | OpenACC.cpp | 143 SmallVector<Value, 2> tileOperands, privateOperands, reductionOperands; in genACC() local 271 SmallVector<Value, 2> waitOperands, reductionOperands, copyOperands, in genACCParallelOp() local
|