MLIR  19.0.0git
Classes | Namespaces | Typedefs
GenInfo.h File Reference
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
#include <utility>

Go to the source code of this file.

Classes

class  mlir::GenInfo
 Structure to group information about a generator (argument to invoke via mlir-tblgen, description, and generator function). More...
 
struct  mlir::GenRegistration
 GenRegistration provides a global initializer that registers a generator function. More...
 

Namespaces

 llvm
 Include the generated interface declarations.
 
 mlir
 Include the generated interface declarations.
 

Typedefs

using mlir::GenFunction = std::function< bool(const llvm::RecordKeeper &recordKeeper, raw_ostream &os)>
 Generator function to invoke. More...