MLIR
20.0.0git
|
#include "mlir/IR/MLIRContext.h"
#include "mlir/IR/StorageUniquerSupport.h"
#include "mlir/IR/Types.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/Twine.h"
Go to the source code of this file.
Classes | |
class | mlir::AbstractAttribute |
This class contains all of the static information common to all instances of a registered Attribute. More... | |
class | mlir::AttributeStorage |
Base storage class appearing in an attribute. More... | |
class | mlir::detail::AttributeUniquer |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::detail | |
AttrTypeReplacer. | |
Typedefs | |
using | mlir::DefaultAttributeStorage = AttributeStorage |
Default storage type for attributes that require no additional initialization or storage. More... | |
using | mlir::AttributeStorageAllocator = StorageUniquer::StorageAllocator |
Functions | |
template<class T > | |
decltype(auto) | mlir::detail::unwrapForCustomParse (FailureOr< T > &failureOr) |