Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp133 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() function
149 findOneNVVMAnnotation(const GlobalValue &GV, const std::string &PropName) { in findOneNVVMAnnotation() function
151 if (findOneNVVMAnnotation(&GV, PropName, RetVal)) in findOneNVVMAnnotation()
174 if (findOneNVVMAnnotation(gv, "texture", Annot)) { in isTexture()
185 if (findOneNVVMAnnotation(gv, "surface", Annot)) { in isSurface()
228 if (findOneNVVMAnnotation(gv, AnnotationName, Annot)) { in isSampler()
255 if (findOneNVVMAnnotation(gv, "managed", Annot)) { in isManaged()
279 return findOneNVVMAnnotation(F, "maxntidx"); in getMaxNTIDx()
283 return findOneNVVMAnnotation(F, "maxntidy"); in getMaxNTIDy()
287 return findOneNVVMAnnotation(F, "maxntidz"); in getMaxNTIDz()
[all …]
H A DNVPTXUtilities.h33 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,