Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h56 virtual void emitKernel(const MachineFunction &MF,
143 void emitKernel(const MachineFunction &MF,
H A DAMDGPUHSAMetadataStreamer.cpp582 void MetadataStreamerMsgPackV4::emitKernel(const MachineFunction &MF, in emitKernel() function in llvm::AMDGPU::HSAMD::MetadataStreamerMsgPackV4
H A DAMDGPUAsmPrinter.cpp210 HSAMetadataStream->emitKernel(*MF, CurrentProgramInfo); in emitFunctionBodyStart()