|
My Project
|
#include "mlir/IR/TypeSupport.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMapInfo.h"#include "DialectSymbolRegistry.def"

Go to the source code of this file.
Classes | |
| class | mlir::Type |
| class | mlir::FunctionType |
| Function types map from a list of inputs to a list of results. More... | |
| class | mlir::OpaqueType |
| struct | llvm::DenseMapInfo< mlir::Type > |
| struct | llvm::PointerLikeTypeTraits< mlir::Type > |
| We align TypeStorage by 8, so allow LLVM to steal the low bits. More... | |
Namespaces | |
| mlir | |
| mlir::detail | |
| Check if a Callable type can be invoked with the given set of arg types. | |
| llvm | |
Macros | |
| #define | DEFINE_SYM_KIND_RANGE(Dialect) FIRST_##Dialect##_TYPE, LAST_##Dialect##_TYPE = FIRST_##Dialect##_TYPE + 0xff, |
Functions | |
| raw_ostream & | mlir::operator<< (raw_ostream &os, Type type) |
| inline ::llvm::hash_code | mlir::hash_value (Type arg) |
| #define DEFINE_SYM_KIND_RANGE | ( | Dialect | ) | FIRST_##Dialect##_TYPE, LAST_##Dialect##_TYPE = FIRST_##Dialect##_TYPE + 0xff, |
1.8.13