Home
last modified time | relevance | path

Searched refs:getAllRangeUse (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h289 std::string getAllRangeUse(StringRef name, int index, const char *fmt,
365 std::string getAllRangeUse(StringRef symbol, const char *fmt = "{0}",
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp316 std::string SymbolInfoMap::SymbolInfo::getAllRangeUse( in getAllRangeUse() function in SymbolInfoMap::SymbolInfo
469 std::string SymbolInfoMap::getAllRangeUse(StringRef symbol, const char *fmt, in getAllRangeUse() function in SymbolInfoMap
480 return it->second.getAllRangeUse(name, index, fmt, separator); in getAllRangeUse()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp764 os << symbolInfoMap.getAllRangeUse( in emitRewriteLogic()
830 return symbolInfoMap.getAllRangeUse(tree.getArgName(idx), lookupFmt); in handleLocationDirective()