Home
last modified time | relevance | path

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

/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 &,