Searched refs:GenInfo (Results 1 – 3 of 3) sorted by relevance
29 static llvm::ManagedStatic<std::vector<GenInfo>> generatorRegistry;37 : llvm::cl::parser<const GenInfo *>(opt) { in GenNameParser()52 parser<const GenInfo *>::printOptionInfo(O, GlobalWidth); in printOptionInfo()63 const mlir::GenInfo *generator;77 llvm::cl::opt<const mlir::GenInfo *, false, mlir::GenNameParser> generator( in main()
20 class GenInfo; variable23 struct GenNameParser : public llvm::cl::parser<const GenInfo *> {
28 class GenInfo {32 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() function