Searched refs:findOneNVVMAnnotation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 135 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture() 146 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface() 218 if (findOneNVVMAnnotation(gv, "managed", annot)) { in isManaged() 242 return findOneNVVMAnnotation(&F, "maxntidx", x); in getMaxNTIDx() 246 return findOneNVVMAnnotation(&F, "maxntidy", y); in getMaxNTIDy() 250 return findOneNVVMAnnotation(&F, "maxntidz", z); in getMaxNTIDz() 254 return findOneNVVMAnnotation(&F, "reqntidx", x); in getReqNTIDx() 258 return findOneNVVMAnnotation(&F, "reqntidy", y); in getReqNTIDy() 262 return findOneNVVMAnnotation(&F, "reqntidz", z); in getReqNTIDz() 266 return findOneNVVMAnnotation(&F, "minctasm", x); in getMinCTASm() [all …]
|
| H A D | NVPTXUtilities.h | 30 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,
|