Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp201 getAmdKernelCode(KernelCode, CurrentProgramInfo, *MF); in emitFunctionBodyStart()
207 HSAMetadataStream->emitKernel(*MF, CurrentProgramInfo); in emitFunctionBodyStart()
242 STM, KernelName, getAmdhsaKernelDescriptor(*MF, CurrentProgramInfo), in emitFunctionBodyEnd()
243 CurrentProgramInfo.NumVGPRsForWavesPerEU, in emitFunctionBodyEnd()
245 CurrentProgramInfo.NumSGPRsForWavesPerEU, in emitFunctionBodyEnd()
247 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed, in emitFunctionBodyEnd()
250 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed); in emitFunctionBodyEnd()
473 OrValue = MCBinaryExpr::createShl(CurrentProgramInfo.DynamicCallStack, in getAmdhsaKernelCodeProperties()
504 CurrentProgramInfo.ComputePGMRSrc3GFX90A->evaluateAsAbsolute(PGRM_Rsrc3); in getAmdhsaKernelDescriptor()
509 KernelDescriptor.compute_pgm_rsrc3 = CurrentProgramInfo.ComputePGMRSrc3GFX90A; in getAmdhsaKernelDescriptor()
[all …]
H A DAMDGPUAsmPrinter.h43 SIProgramInfo CurrentProgramInfo; variable
74 const SIProgramInfo &CurrentProgramInfo,