Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DPipelineDataTransfer.cpp143 auto startIndices = startOp.getTagIndices(); in checkTagMatch()
144 auto waitIndices = waitOp.getTagIndices(); in checkTagMatch()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h191 operand_range getTagIndices() { in getTagIndices() function
309 operand_range getTagIndices() { in getTagIndices() function
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp459 SmallVector<Value, 8> indices(op.getTagIndices()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp996 << ", " << getTagMemRef() << '[' << getTagIndices() << ']'; in print()
1117 if (!getTagIndices().empty() && in verify()
1118 !llvm::all_of(getTagIndices().getTypes(), in verify()
1157 unsigned numTagIndices = getTagIndices().size(); in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1210 p.printAffineMapOfSSAIds(getTagMapAttr(), getTagIndices()); in print()
1331 for (auto idx : getTagIndices()) { in verifyInvariantsImpl()
1362 SmallVector<Value, 2> operands(getTagIndices()); in print()
1409 for (auto idx : getTagIndices()) { in verifyInvariantsImpl()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td604 operand_range getTagIndices() {