Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h207 operand_range getTagIndices() { in getTagIndices() function
286 operand_range getTagIndices() { in getTagIndices() function
/external/llvm-project/mlir/lib/Transforms/
DPipelineDataTransfer.cpp144 auto startIndices = startOp.getTagIndices(); in checkTagMatch()
145 auto waitIndices = waitOp.getTagIndices(); in checkTagMatch()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h182 operand_range getTagIndices() { in getTagIndices() function
296 operand_range getTagIndices() { in getTagIndices() function
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1494 << ", " << getTagMemRef() << '[' << getTagIndices() << ']'; in print()
1615 if (!getTagIndices().empty() && in verify()
1616 !llvm::all_of(getTagIndices().getTypes(), in verify()
1660 p << "dma_wait " << getTagMemRef() << '[' << getTagIndices() << "], " in print()
1710 if (!getTagIndices().empty() && in verify()
1711 !llvm::all_of(getTagIndices().getTypes(), in verify()
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/
DAffineToStandard.cpp585 SmallVector<Value, 8> indices(op.getTagIndices()); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp990 p.printAffineMapOfSSAIds(getTagMapAttr(), getTagIndices()); in print()
1112 for (auto idx : getTagIndices()) { in verify()
1143 SmallVector<Value, 2> operands(getTagIndices()); in print()
1189 for (auto idx : getTagIndices()) { in verify()