Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp181 static bool argHasNVVMAnnotation(const Value &Val, in argHasNVVMAnnotation() function
253 if (argHasNVVMAnnotation(Arg, "grid_constant", in isParamGridConstant()
268 argHasNVVMAnnotation(V, AnnotationName); in isSampler()
272 return argHasNVVMAnnotation(V, "rdoimage"); in isImageReadOnly()
276 return argHasNVVMAnnotation(V, "wroimage"); in isImageWriteOnly()
280 return argHasNVVMAnnotation(V, "rdwrimage"); in isImageReadWrite()