Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp116 } else if (isImageReadOnly(*TexHandle) || in replaceIsTypePSurface()
130 if (isImageReadOnly(*TexHandle)) { in replaceIsTypePTexture()
H A DNVPTXUtilities.h39 bool isImageReadOnly(const Value &);
H A DNVPTXUtilities.cpp175 bool isImageReadOnly(const Value &val) { in isImageReadOnly() function
212 return isImageReadOnly(val) || isImageWriteOnly(val) || isImageReadWrite(val); in isImage()