Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h180 void emitKernelFunctionDirectives(const Function &F, raw_ostream &O) const;
H A DNVPTXAsmPrinter.cpp482 emitKernelFunctionDirectives(*F, O); in emitFunctionEntryLabel()
542 void NVPTXAsmPrinter::emitKernelFunctionDirectives(const Function &F, in emitKernelFunctionDirectives() function in NVPTXAsmPrinter