Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp55 struct VerCapExtAttributeStorage : public AttributeStorage { struct
58 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() function
67 static VerCapExtAttributeStorage *
69 return new (allocator.allocate<VerCapExtAttributeStorage>()) in construct()
70 VerCapExtAttributeStorage(std::get<0>(key), std::get<1>(key), in construct()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVAttributes.h34 struct VerCapExtAttributeStorage;
74 detail::VerCapExtAttributeStorage> {