Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp188 DenseMap<spirv::GlobalVariableOp, spirv::SPIRVType> elementTypeMap; member in __anon1b3740dc0411::ResourceAliasAnalysis
244 auto it = elementTypeMap.find(varOp); in getElementType()
245 if (it == elementTypeMap.end()) in getElementType()
275 elementTypeMap[resource.value()] = elementTypes[resource.index()]; in recordIfUnifiable()