Searched refs:getAllRangeUse (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | Pattern.h | 289 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/ |
D | Pattern.cpp | 316 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/ |
D | RewriterGen.cpp | 764 os << symbolInfoMap.getAllRangeUse( in emitRewriteLogic() 830 return symbolInfoMap.getAllRangeUse(tree.getArgName(idx), lookupFmt); in handleLocationDirective()
|