Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h34 struct RuntimeArrayTypeStorage;
216 detail::RuntimeArrayTypeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp437 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
440 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
442 return new (allocator.allocate<RuntimeArrayTypeStorage>()) in construct()
443 RuntimeArrayTypeStorage(key); in construct()
450 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument