Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp60 struct VerCapExtAttributeStorage : public AttributeStorage { struct
61 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;
63 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() function
67 bool operator==(const KeyTy &key) const { in operator ==()
73 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
79 Attribute version;
80 Attribute capabilities;
81 Attribute extensions;