MLIR
20.0.0git
|
#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 | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
mlir | |
Include the generated interface declarations. | |
Typedefs | |
using | mlir::GenFunction = std::function< bool(const llvm::RecordKeeper &records, raw_ostream &os)> |
Generator function to invoke. More... | |