Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h218 struct MemRefTypeStorage : public BaseMemRefTypeStorage { struct
219 MemRefTypeStorage(unsigned shapeSize, Type elementType, in MemRefTypeStorage() argument
236 static MemRefTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
272 struct UnrankedMemRefTypeStorage : public BaseMemRefTypeStorage { argument