Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h63 struct RuntimeArrayTypeStorage;
244 detail::RuntimeArrayTypeStorage> {
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp505 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
508 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
510 return new (allocator.allocate<RuntimeArrayTypeStorage>()) in construct()
511 RuntimeArrayTypeStorage(key); in construct()
518 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument