Home
last modified time | relevance | path

Searched defs:SampledImageTypeStorage (Results 1 – 4 of 4) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp704 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
705 using KeyTy = Type;
707 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() function
709 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()
711 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
717 Type imageType;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp704 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
705 using KeyTy = Type;
707 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() argument
709 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()
711 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
717 Type imageType;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp704 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
705 using KeyTy = Type;
707 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() argument
709 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()
711 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
717 Type imageType;
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp704 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
705 using KeyTy = Type;
707 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() function
709 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()
711 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
717 Type imageType;