Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h197 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
207 getTagMap().getNumInputs()}; in getTagIndices()
213 getTagMap().getNumInputs()); in getNumElements()
269 getTagMemRefOperandIndex() + 1 + getTagMap().getNumInputs() + 1; in isStrided()
321 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
330 operand_begin() + 1 + getTagMap().getNumInputs()}; in getTagIndices()
347 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements()
/llvm-project/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp444 rewriter, op.getLoc(), op.getTagMap(), in matchAndRewrite()
470 expandAffineMap(rewriter, op.getLoc(), op.getTagMap(), indices); in matchAndRewrite()
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1967 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()
1971 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()
1977 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1978 if (It != Doc->getTagMap().end()) in getVerbatimTag()
/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h554 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1676 getTagMap().getNumInputs(); in verifyInvariantsImpl()