MLIR
20.0.0git
|
#include "mlir/Support/LLVM.h"
#include "mlir/TableGen/Argument.h"
#include "mlir/TableGen/Operator.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include <optional>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | mlir::tblgen::DagLeaf |
class | mlir::tblgen::DagNode |
class | mlir::tblgen::SymbolInfoMap |
class | mlir::tblgen::SymbolInfoMap::SymbolInfo |
class | mlir::tblgen::Pattern |
struct | llvm::DenseMapInfo< mlir::tblgen::DagNode > |
struct | llvm::DenseMapInfo< mlir::tblgen::DagLeaf > |
Namespaces | |
llvm | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
mlir | |
Include the generated interface declarations. | |
mlir::tblgen | |
Typedefs | |
using | mlir::tblgen::RecordOperatorMap = DenseMap< const llvm::Record *, std::unique_ptr< Operator > > |