reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,
136 if (findOneNVVMAnnotation(gv, "texture", annot)) { 147 if (findOneNVVMAnnotation(gv, "surface", annot)) { 160 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { 219 if (findOneNVVMAnnotation(gv, "managed", annot)) { 243 return findOneNVVMAnnotation(&F, "maxntidx", x); 247 return findOneNVVMAnnotation(&F, "maxntidy", y); 251 return findOneNVVMAnnotation(&F, "maxntidz", z); 255 return findOneNVVMAnnotation(&F, "reqntidx", x); 259 return findOneNVVMAnnotation(&F, "reqntidy", y); 263 return findOneNVVMAnnotation(&F, "reqntidz", z); 267 return findOneNVVMAnnotation(&F, "minctasm", x); 271 return findOneNVVMAnnotation(&F, "maxnreg", x); 276 bool retval = findOneNVVMAnnotation(&F, "kernel", x);