Searched refs:findAllNVVMAnnotation (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 118 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() function 167 if (findAllNVVMAnnotation(func, AnnotationName, annot)) { in isSampler() 179 if (findAllNVVMAnnotation(func, "rdoimage", annot)) { in isImageReadOnly() 191 if (findAllNVVMAnnotation(func, "wroimage", annot)) { in isImageWriteOnly() 203 if (findAllNVVMAnnotation(func, "rdwrimage", annot)) { in isImageReadWrite() 285 bool retval = findAllNVVMAnnotation(&F, "align", Vs); in getAlign()
|
D | NVPTXUtilities.h | 32 bool findAllNVVMAnnotation(const GlobalValue *, const std::string &,
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 116 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() function in llvm 169 if (llvm::findAllNVVMAnnotation( in isSampler() 183 if (llvm::findAllNVVMAnnotation(func, in isImageReadOnly() 198 if (llvm::findAllNVVMAnnotation(func, in isImageWriteOnly() 213 if (llvm::findAllNVVMAnnotation(func, in isImageReadWrite() 305 bool retval = llvm::findAllNVVMAnnotation( in getAlign()
|
D | NVPTXUtilities.h | 35 bool findAllNVVMAnnotation(const llvm::GlobalValue *, const std::string &,
|