Home
last modified time | relevance | path

Searched defs:SequenceTypeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp708 struct SequenceTypeStorage : public mlir::TypeStorage { struct
709 using KeyTy =
712 static unsigned hashKey(const KeyTy &key) { in hashKey()
718 bool operator==(const KeyTy &key) const { in operator ==()
722 static SequenceTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct()
730 SequenceType::Shape getShape() const { return shape; } in getShape()
731 mlir::Type getElementType() const { return eleTy; } in getElementType()
732 mlir::AffineMapAttr getLayoutMap() const { return map; } in getLayoutMap()
735 SequenceType::Shape shape;
736 mlir::Type eleTy;
[all …]