Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
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 …]
DNVPTXUtilities.h29 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp114 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() function
147 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
158 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
171 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler()
230 if (findOneNVVMAnnotation(gv, "managed", annot)) { in isManaged()
254 return findOneNVVMAnnotation(&F, "maxntidx", x); in getMaxNTIDx()
258 return findOneNVVMAnnotation(&F, "maxntidy", y); in getMaxNTIDy()
262 return findOneNVVMAnnotation(&F, "maxntidz", z); in getMaxNTIDz()
266 return findOneNVVMAnnotation(&F, "reqntidx", x); in getReqNTIDx()
270 return findOneNVVMAnnotation(&F, "reqntidy", y); in getReqNTIDy()
[all …]
DNVPTXUtilities.h31 bool findOneNVVMAnnotation(const GlobalValue *, const std::string &,
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp102 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() function in llvm
133 if (llvm::findOneNVVMAnnotation( in isTexture()
146 if (llvm::findOneNVVMAnnotation( in isSurface()
159 if (llvm::findOneNVVMAnnotation( in isSampler()
232 if(llvm::findOneNVVMAnnotation(gv, in isManaged()
258 return (llvm::findOneNVVMAnnotation( in getMaxNTIDx()
263 return (llvm::findOneNVVMAnnotation( in getMaxNTIDy()
268 return (llvm::findOneNVVMAnnotation( in getMaxNTIDz()
273 return (llvm::findOneNVVMAnnotation( in getReqNTIDx()
278 return (llvm::findOneNVVMAnnotation( in getReqNTIDy()
[all …]
DNVPTXUtilities.h33 bool findOneNVVMAnnotation(const llvm::GlobalValue *, const std::string &,