Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp93 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()
115 isSampler(*TexHandle)) { in replaceIsTypePSurface()
134 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.cpp264 bool isSampler(const Value &V) { in isSampler() function
H A DNVPTXAsmPrinter.cpp872 if (isSampler(*GVar)) { in printModuleLevelGV()
1322 const bool IsSampler = isSampler(Arg); in emitFunctionParamList()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp382 bool ResourceTypeInfo::isSampler() const { in isSampler() function in ResourceTypeInfo
478 assert(isSampler() && "Not a Sampler"); in getSamplerType()
565 if (isSampler() && RHS.isSampler() && getSamplerType() < RHS.getSamplerType()) in operator <()
589 } else if (isSampler()) { in print()
650 } else if (RTI.isSampler()) { in getAsMetadata()
704 else if (RTI.isSampler()) in getAnnotateProps()
882 } else if (RTI.isSampler() && FirstSampler == Size) { in populateResourceInfos()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp95 else if (RI.isCBuffer() || RI.isSampler()) in getFormatName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h308 LLVM_ABI bool isSampler() const;