Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp24 uint64_t SIProgramInfo::getComputePGMRSrc1(const GCNSubtarget &ST) const { in getComputePGMRSrc1() function in SIProgramInfo
45 return getComputePGMRSrc1(ST); in getPGMRSrc1()
H A DSIProgramInfo.h91 uint64_t getComputePGMRSrc1(const GCNSubtarget &ST) const;
H A DAMDGPUAsmPrinter.cpp431 assert(isUInt<32>(PI.getComputePGMRSrc1(STM))); in getAmdhsaKernelDescriptor()
440 KernelDescriptor.compute_pgm_rsrc1 = PI.getComputePGMRSrc1(STM); in getAmdhsaKernelDescriptor()
979 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1(STM)); in EmitProgramInfoSI()
1165 CurrentProgramInfo.getComputePGMRSrc1(STM) | in getAmdKernelCode()