|
MLIR 22.0.0git
|
#include "mlir/IR/AffineMap.h"#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/MLIRContext.h"#include "mlir/IR/OperationSupport.h"#include "mlir/IR/TypeRange.h"#include "llvm/ADT/bit.h"#include "llvm/Support/TrailingObjects.h"Go to the source code of this file.
Classes | |
| struct | mlir::detail::IntegerTypeStorage |
| Integer Type Storage and Uniquing. More... | |
| struct | mlir::detail::FunctionTypeStorage |
| Function Type Storage and Uniquing. More... | |
| struct | mlir::detail::TupleTypeStorage |
| A type representing a collection of other types. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::detail |
| AttrTypeReplacer. | |
Functions | |
| bool | mlir::detail::isSupportedMemorySpace (Attribute memorySpace) |
| Checks if the memorySpace has supported Attribute type. | |
| Attribute | mlir::detail::wrapIntegerMemorySpace (unsigned memorySpace, MLIRContext *ctx) |
| Wraps deprecated integer memory space to the new Attribute form. | |
| Attribute | mlir::detail::skipDefaultMemorySpace (Attribute memorySpace) |
| Replaces default memorySpace (integer == 0) with empty Attribute. | |
| unsigned | mlir::detail::getMemorySpaceAsInt (Attribute memorySpace) |
| [deprecated] Returns the memory space in old raw integer representation. | |