Home
last modified time | relevance | path

Searched refs:selectedDialect (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DDialectGen.cpp37 selectedDialect("dialect", llvm::cl::desc("The dialect to gen for"), variable
66 if (dialects.size() == 1 && selectedDialect.getNumOccurrences() == 0) in findDialectToGenerate()
69 if (selectedDialect.getNumOccurrences() == 0) { in findDialectToGenerate()
76 return dialect.getName() == selectedDialect; in findDialectToGenerate()
H A DAttrOrTypeDefGen.cpp32 static void collectAllDefs(StringRef selectedDialect, in collectAllDefs() argument
41 if (selectedDialect.empty()) { in collectAllDefs()
53 return def.getDialect().getName().equals(selectedDialect); in collectAllDefs()
581 bool emitDecls(StringRef selectedDialect);
582 bool emitDefs(StringRef selectedDialect);
636 bool DefGenerator::emitDecls(StringRef selectedDialect) { in emitDecls() argument
644 collectAllDefs(selectedDialect, defRecords, defs); in emitDecls()
856 bool DefGenerator::emitDefs(StringRef selectedDialect) { in emitDefs() argument
860 collectAllDefs(selectedDialect, defRecords, defs); in emitDefs()