Searched refs:findAllNVVMAnnotation (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 128 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() function 178 if (findAllNVVMAnnotation(func, AnnotationName, annot)) { in isSampler() 190 if (findAllNVVMAnnotation(func, "rdoimage", annot)) { in isImageReadOnly() 202 if (findAllNVVMAnnotation(func, "wroimage", annot)) { in isImageWriteOnly() 214 if (findAllNVVMAnnotation(func, "rdwrimage", annot)) { in isImageReadWrite() 296 bool retval = findAllNVVMAnnotation(&F, "align", Vs); in getAlign()
|
| H A D | NVPTXUtilities.h | 31 bool findAllNVVMAnnotation(const GlobalValue *, const std::string &,
|