Searched refs:selectedDialect (Results 1 – 2 of 2) sorted by relevance
37 selectedDialect("dialect", llvm::cl::desc("The dialect to gen for"), variable66 if (dialects.size() == 1 && selectedDialect.getNumOccurrences() == 0) in findDialectToGenerate()69 if (selectedDialect.getNumOccurrences() == 0) { in findDialectToGenerate()76 return dialect.getName() == selectedDialect; in findDialectToGenerate()
32 static void collectAllDefs(StringRef selectedDialect, in collectAllDefs() argument41 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() argument644 collectAllDefs(selectedDialect, defRecords, defs); in emitDecls()856 bool DefGenerator::emitDefs(StringRef selectedDialect) { in emitDefs() argument860 collectAllDefs(selectedDialect, defRecords, defs); in emitDefs()