Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp136 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
147 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
219 if (findOneNVVMAnnotation(gv, "managed", annot)) { in isManaged()
243 return findOneNVVMAnnotation(&F, "maxntidx", x); in getMaxNTIDx()
247 return findOneNVVMAnnotation(&F, "maxntidy", y); in getMaxNTIDy()
251 return findOneNVVMAnnotation(&F, "maxntidz", z); in getMaxNTIDz()
255 return findOneNVVMAnnotation(&F, "reqntidx", x); in getReqNTIDx()
259 return findOneNVVMAnnotation(&F, "reqntidy", y); in getReqNTIDy()
263 return findOneNVVMAnnotation(&F, "reqntidz", z); in getReqNTIDz()
267 return findOneNVVMAnnotation(&F, "minctasm", x); in getMinCTASm()
[all …]
H A DNVPTXUtilities.h29 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,