Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h58 struct ArrayTypeStorage;
156 detail::ArrayTypeStorage> {
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp104 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail
107 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
109 return new (allocator.allocate<ArrayTypeStorage>()) ArrayTypeStorage(key); in construct()
116 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() argument