Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h35 struct VerCapExtAttributeStorage;
82 detail::VerCapExtAttributeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp60 struct VerCapExtAttributeStorage : public AttributeStorage { struct
63 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() argument
72 static VerCapExtAttributeStorage *
74 return new (allocator.allocate<VerCapExtAttributeStorage>()) in construct()
75 VerCapExtAttributeStorage(std::get<0>(key), std::get<1>(key), in construct()