Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h48 std::string getSamplerName(const Value &);
H A DNVPTXUtilities.cpp248 std::string getSamplerName(const Value &val) { in getSamplerName() function
H A DNVPTXAsmPrinter.cpp1060 O << ".global .samplerref " << getSamplerName(*GVar); in printModuleLevelGV()