Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp144 yieldOp->insertOperands(yieldOp->getNumOperands(), results); in addExecuteResults()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h261 void insertOperands(unsigned index, ValueRange operands);
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp438 owner->insertOperands(start + length, values); in append()
H A DOperation.cpp209 void Operation::insertOperands(unsigned index, ValueRange operands) { in insertOperands() function in Operation
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp372 op->insertOperands(0, {token}); in addAsyncDependency()