Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h29 struct ArrayTypeStorage;
128 detail::ArrayTypeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp27 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail
30 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
32 return new (allocator.allocate<ArrayTypeStorage>()) ArrayTypeStorage(key); in construct()
39 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() argument