Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h45 std::string getSamplerName(const Value &);
H A DNVPTXUtilities.cpp247 std::string getSamplerName(const Value &val) { in getSamplerName() function
H A DNVPTXAsmPrinter.cpp1018 O << ".global .samplerref " << getSamplerName(*GVar); in printModuleLevelGV()