Lines Matching refs:findOneNVVMAnnotation
133 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()
306 return findOneNVVMAnnotation(&F, "maxclusterrank", x); in getMaxClusterRank()
310 return findOneNVVMAnnotation(F, "reqntidx"); in getReqNTIDx()
314 return findOneNVVMAnnotation(F, "reqntidy"); in getReqNTIDy()
318 return findOneNVVMAnnotation(F, "reqntidz"); in getReqNTIDz()
332 return findOneNVVMAnnotation(&F, "minctasm", x); in getMinCTASm()
336 return findOneNVVMAnnotation(&F, "maxnreg", x); in getMaxNReg()
341 if (!findOneNVVMAnnotation(&F, "kernel", x)) { in isKernelFunction()