Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp79 uint64_t SIProgramInfo::getComputePGMRSrc2() const { in getComputePGMRSrc2() function in SIProgramInfo
94 return getComputePGMRSrc2(); in getPGMRSrc2()
H A DSIProgramInfo.h95 uint64_t getComputePGMRSrc2() const;
H A DAMDGPUAsmPrinter.cpp432 assert(isUInt<32>(PI.getComputePGMRSrc2())); in getAmdhsaKernelDescriptor()
441 KernelDescriptor.compute_pgm_rsrc2 = PI.getComputePGMRSrc2(); in getAmdhsaKernelDescriptor()
982 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc2()); in EmitProgramInfoSI()
1049 MD->setRsrc2(CC, CurrentProgramInfo.getComputePGMRSrc2()); in EmitPALMetadata()
1130 MD->setRsrc2(CallingConv::AMDGPU_CS, CurrentProgramInfo.getComputePGMRSrc2()); in emitPALFunctionMetadata()
1166 (CurrentProgramInfo.getComputePGMRSrc2() << 32); in getAmdKernelCode()