Searched refs:getTagIndices (Results 1 – 6 of 6) sorted by relevance
143 auto startIndices = startOp.getTagIndices(); in checkTagMatch()144 auto waitIndices = waitOp.getTagIndices(); in checkTagMatch()
191 operand_range getTagIndices() { in getTagIndices() function309 operand_range getTagIndices() { in getTagIndices() function
459 SmallVector<Value, 8> indices(op.getTagIndices()); in matchAndRewrite()
996 << ", " << 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()
1210 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()
604 operand_range getTagIndices() {