Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp69 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()
[all …]