Home
last modified time | relevance | path

Searched refs:BoxTypeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h38 struct BoxTypeStorage;
158 : public mlir::Type::TypeBase<BoxType, mlir::Type, detail::BoxTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp544 struct BoxTypeStorage : public mlir::TypeStorage { struct
558 static BoxTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
560 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