Lines Matching refs:dataOperands
69 llvm::SmallVector<mlir::Operation *> dataOperands; member in __anone65c1a390111::OpenACCClauseCIREmitter
167 if (!dataOperands.empty()) in applyToComputeOp()
168 computeEmitter.dataOperands.push_back(dataOperands.front()); in applyToComputeOp()
174 dataOperands.append(computeEmitter.dataOperands); in applyToComputeOp()
242 dataOperands.push_back(beforeOp.getOperation()); in addDataOperand()
243 dataOperands.push_back(afterOp.getOperation()); in addDataOperand()
262 dataOperands.push_back(beforeOp.getOperation()); in addDataOperand()
342 if (!hasAsyncClause || dataOperands.empty()) in updateDataOperandAsyncValues()
345 for (mlir::Operation *dataOp : dataOperands) { in updateDataOperandAsyncValues()
473 if (!dataOperands.empty()) in VisitAsyncClause()
474 builder.setInsertionPoint(dataOperands.front()); in VisitAsyncClause()