Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h33 struct PointerTypeStorage;
197 detail::PointerTypeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp378 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
383 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
385 return new (allocator.allocate<PointerTypeStorage>()) in construct()
386 PointerTypeStorage(key); in construct()
393 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument