Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp147 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
158 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
230 if (findOneNVVMAnnotation(gv, "managed", annot)) { in isManaged()
254 return findOneNVVMAnnotation(&F, "maxntidx", x); in getMaxNTIDx()
258 return findOneNVVMAnnotation(&F, "maxntidy", y); in getMaxNTIDy()
262 return findOneNVVMAnnotation(&F, "maxntidz", z); in getMaxNTIDz()
270 return findOneNVVMAnnotation(&F, "reqntidx", x); in getReqNTIDx()
274 return findOneNVVMAnnotation(&F, "reqntidy", y); in getReqNTIDy()
278 return findOneNVVMAnnotation(&F, "reqntidz", z); in getReqNTIDz()
282 return findOneNVVMAnnotation(&F, "minctasm", x); in getMinCTASm()
[all …]
H A DNVPTXUtilities.h32 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,