Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h424 using IdentifierLine = std::pair<StringRef, unsigned>; variable
428 std::vector<IdentifierLine> getLocation() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp44 struct format_provider<mlir::tblgen::Pattern::IdentifierLine> {
45 static void format(const mlir::tblgen::Pattern::IdentifierLine &v, in format()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp602 std::vector<Pattern::IdentifierLine> Pattern::getLocation() const { in getLocation()