Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp43 annotationCache->erase(Mod); in clearAnnotationCache()
96 if ((*annotationCache).find(m) != (*annotationCache).end()) in cacheAnnotationFromMD()
101 (*annotationCache)[m] = std::move(tmp1); in cacheAnnotationFromMD()
109 if ((*annotationCache).find(m) == (*annotationCache).end()) in findOneNVVMAnnotation()
111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation()
113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation()
115 retval = (*annotationCache)[m][gv][prop][0]; in findOneNVVMAnnotation()
123 if ((*annotationCache).find(m) == (*annotationCache).end()) in findAllNVVMAnnotation()
125 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findAllNVVMAnnotation()
127 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findAllNVVMAnnotation()
[all …]