Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h488 using IdentifierLine = std::pair<StringRef, unsigned>; variable
492 std::vector<IdentifierLine> getLocation() const;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp47 struct format_provider<mlir::tblgen::Pattern::IdentifierLine> {
48 static void format(const mlir::tblgen::Pattern::IdentifierLine &v, in format()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp690 std::vector<Pattern::IdentifierLine> Pattern::getLocation() const { in getLocation()