Searched refs:findAllNVVMAnnotation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 129 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() function 179 if (findAllNVVMAnnotation(func, AnnotationName, annot)) { in isSampler() 191 if (findAllNVVMAnnotation(func, "rdoimage", annot)) { in isImageReadOnly() 203 if (findAllNVVMAnnotation(func, "wroimage", annot)) { in isImageWriteOnly() 215 if (findAllNVVMAnnotation(func, "rdwrimage", annot)) { in isImageReadWrite() 301 bool retval = findAllNVVMAnnotation(&F, "align", Vs); in getAlign()
|
| H A D | NVPTXUtilities.h | 34 bool findAllNVVMAnnotation(const GlobalValue *, const std::string &,
|