Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() function
136 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
147 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
160 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler()
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()
[all …]
H A DNVPTXUtilities.h29 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,