Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp114 } else if (isImageReadOnly(*TexHandle) || in replaceIsTypePSurface()
128 if (isImageReadOnly(*TexHandle)) { in replaceIsTypePTexture()
H A DNVPTXUtilities.cpp271 bool isImageReadOnly(const Value &V) { in isImageReadOnly() function
284 return isImageReadOnly(V) || isImageWriteOnly(V) || isImageReadWrite(V); in isImage()
H A DNVPTXUtilities.h42 bool isImageReadOnly(const Value &);
H A DNVPTXAsmPrinter.cpp1323 const bool IsTexture = !IsSampler && isImageReadOnly(Arg); in emitFunctionParamList()