Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp987 if (auto It = ForwardPointerTypes.find(Ty); It != ForwardPointerTypes.end()) in findSPIRVType()
1097 if (auto It = ForwardPointerTypes.find(Ty); It != ForwardPointerTypes.end()) { in createSPIRVType()
1186 for (auto &CU : ForwardPointerTypes) { in getOrCreateSPIRVType()
1200 ForwardPointerTypes.clear(); in getOrCreateSPIRVType()
H A DSPIRVGlobalRegistry.h60 DenseMap<const Type *, SPIRVType *> ForwardPointerTypes; variable