Home
last modified time | relevance | path

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

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