Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h185 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
194 getTagMap().getNumInputs()}; in getTagIndices()
200 getTagMap().getNumInputs()); in getNumElements()
252 getTagMemRefOperandIndex() + 1 + getTagMap().getNumInputs() + 1; in isStrided()
303 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
311 operand_begin() + 1 + getTagMap().getNumInputs()}; in getTagIndices()
328 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp435 rewriter, op.getLoc(), op.getTagMap(), in matchAndRewrite()
461 expandAffineMap(rewriter, op.getLoc(), op.getTagMap(), indices); in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp1951 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()
1955 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()
1961 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1962 if (It != Doc->getTagMap().end()) in getVerbatimTag()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h548 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1312 getTagMap().getNumInputs(); in verifyInvariantsImpl()