Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp42 annotationCache->erase(Mod); in clearAnnotationCache()
95 if ((*annotationCache).find(m) != (*annotationCache).end()) in cacheAnnotationFromMD()
100 (*annotationCache)[m] = std::move(tmp1); in cacheAnnotationFromMD()
108 if ((*annotationCache).find(m) == (*annotationCache).end()) in findOneNVVMAnnotation()
110 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation()
112 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation()
114 retval = (*annotationCache)[m][gv][prop][0]; in findOneNVVMAnnotation()
122 if ((*annotationCache).find(m) == (*annotationCache).end()) in findAllNVVMAnnotation()
124 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findAllNVVMAnnotation()
126 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findAllNVVMAnnotation()
[all …]