Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h33 struct InterfaceVarABIAttributeStorage;
50 detail::InterfaceVarABIAttributeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp35 struct InterfaceVarABIAttributeStorage : public AttributeStorage { struct
38 InterfaceVarABIAttributeStorage(Attribute descriptorSet, Attribute binding, in InterfaceVarABIAttributeStorage() argument
48 static InterfaceVarABIAttributeStorage *
50 return new (allocator.allocate<InterfaceVarABIAttributeStorage>()) in construct()
51 InterfaceVarABIAttributeStorage(std::get<0>(key), std::get<1>(key), in construct()