Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp146 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
157 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
229 if (findOneNVVMAnnotation(gv, "managed", annot)) { in isManaged()
253 return findOneNVVMAnnotation(&F, "maxntidx", x); in getMaxNTIDx()
257 return findOneNVVMAnnotation(&F, "maxntidy", y); in getMaxNTIDy()
261 return findOneNVVMAnnotation(&F, "maxntidz", z); in getMaxNTIDz()
265 return findOneNVVMAnnotation(&F, "reqntidx", x); in getReqNTIDx()
269 return findOneNVVMAnnotation(&F, "reqntidy", y); in getReqNTIDy()
273 return findOneNVVMAnnotation(&F, "reqntidz", z); in getReqNTIDz()
277 return findOneNVVMAnnotation(&F, "minctasm", x); in getMinCTASm()
[all …]
H A DNVPTXUtilities.h29 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,