Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp94 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()
116 isSampler(*TexHandle)) { in replaceIsTypePSurface()
135 isSampler(*TexHandle)) { in replaceIsTypePTexture()
H A DNVPTXUtilities.h40 bool isSampler(const Value &);
H A DNVPTXGenericToNVVM.cpp64 !llvm::isTexture(GV) && !llvm::isSurface(GV) && !llvm::isSampler(GV) && in runOnModule()
H A DNVPTXUtilities.cpp223 bool isSampler(const Value &val) { in isSampler() function
H A DNVPTXAsmPrinter.cpp1056 if (isSampler(*GVar)) { in printModuleLevelGV()
1528 if (isSampler(*I) || isImage(*I)) { in emitFunctionParamList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp20 bool ResourceInfo::isSampler() const { return RC == ResourceClass::Sampler; } in isSampler() function in ResourceInfo
247 if (isSampler()) in operator ==()
290 } else if (isSampler()) { in getAsMetadata()
337 else if (isSampler()) in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h109 bool isSampler() const;