Searched refs:CurrentProgramInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 204 getAmdKernelCode(KernelCode, CurrentProgramInfo, *MF); in emitFunctionBodyStart() 210 HSAMetadataStream->emitKernel(*MF, CurrentProgramInfo); in emitFunctionBodyStart() 239 STM, KernelName, getAmdhsaKernelDescriptor(*MF, CurrentProgramInfo), in emitFunctionBodyEnd() 240 CurrentProgramInfo.NumVGPRsForWavesPerEU, in emitFunctionBodyEnd() 242 CurrentProgramInfo.NumSGPRsForWavesPerEU, in emitFunctionBodyEnd() 244 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed, in emitFunctionBodyEnd() 247 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed); in emitFunctionBodyEnd() 597 OrValue = MCBinaryExpr::createShl(CurrentProgramInfo.DynamicCallStack, in getAmdhsaKernelCodeProperties() 628 CurrentProgramInfo.ComputePGMRSrc3->evaluateAsAbsolute(PGRM_Rsrc3); in getAmdhsaKernelDescriptor() 634 KernelDescriptor.compute_pgm_rsrc3 = CurrentProgramInfo.ComputePGMRSrc3; in getAmdhsaKernelDescriptor() [all …]
|
| H A D | AMDGPUAsmPrinter.h | 51 SIProgramInfo CurrentProgramInfo; variable 75 const SIProgramInfo &CurrentProgramInfo,
|