Home
last modified time | relevance | path

Searched refs:emitKernelFunctionDirectives (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h224 void emitKernelFunctionDirectives(const Function &F, raw_ostream &O) const;
H A DNVPTXAsmPrinter.cpp468 emitKernelFunctionDirectives(*F, O); in emitFunctionEntryLabel()
522 void NVPTXAsmPrinter::emitKernelFunctionDirectives(const Function &F, in emitKernelFunctionDirectives() function in NVPTXAsmPrinter