Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUHSAMetadataStreamer.cpp460 const SIProgramInfo &ProgramInfo, in getHSAKernelProps() argument
472 Kern.getDocument()->getNode(ProgramInfo.LDSSize); in getHSAKernelProps()
474 msgpack::Type::UInt, ProgramInfo.ScratchSize); in getHSAKernelProps()
478 ProgramInfo.DynamicCallStack); in getHSAKernelProps()
483 Kern.getDocument()->getNode(ProgramInfo.WgpMode); in getHSAKernelProps()
491 ProgramInfo.NumSGPR); in getHSAKernelProps()
493 ProgramInfo.NumVGPR); in getHSAKernelProps()
498 ProgramInfo.NumAccVGPR); in getHSAKernelProps()
546 const SIProgramInfo &ProgramInfo) { in emitKernel() argument
554 auto Kern = getHSAKernelProps(MF, ProgramInfo, CodeObjectVersion); in emitKernel()
HDAMDGPUHSAMetadataStreamer.h56 const SIProgramInfo &ProgramInfo) = 0;
92 const SIProgramInfo &ProgramInfo,
141 const SIProgramInfo &ProgramInfo) override;