Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIProgramInfo.cpp23 uint64_t SIProgramInfo::getComputePGMRSrc1() const { in getComputePGMRSrc1() function in SIProgramInfo
33 return getComputePGMRSrc1(); in getPGMRSrc1()
DSIProgramInfo.h71 uint64_t getComputePGMRSrc1() const;
DAMDGPUAsmPrinter.cpp417 assert(isUInt<32>(PI.getComputePGMRSrc1())); in getAmdhsaKernelDescriptor()
422 KernelDescriptor.compute_pgm_rsrc1 = PI.getComputePGMRSrc1(); in getAmdhsaKernelDescriptor()
1197 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1()); in EmitProgramInfoSI()
1299 CurrentProgramInfo.getComputePGMRSrc1() | in getAmdKernelCode()