Searched refs:BoxTypeStorage (Results 1 – 2 of 2) sorted by relevance
38 struct BoxTypeStorage;158 : public mlir::Type::TypeBase<BoxType, mlir::Type, detail::BoxTypeStorage> {
544 struct BoxTypeStorage : public mlir::TypeStorage { struct558 static BoxTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument560 auto *storage = allocator.allocate<BoxTypeStorage>(); in construct()561 return new (storage) BoxTypeStorage{std::get<mlir::Type>(key), in construct()573 BoxTypeStorage() = delete;574 explicit BoxTypeStorage(mlir::Type eleTy, mlir::AffineMapAttr map) in BoxTypeStorage() function