Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp55 struct VerCapExtAttributeStorage : public AttributeStorage { struct
56 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;
58 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() argument
62 bool operator==(const KeyTy &key) const { in operator ==()
68 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
74 Attribute version;
75 Attribute capabilities;
76 Attribute extensions;