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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp23 uint64_t SIProgramInfo::getComputePGMRSrc1() const { function in class:SIProgramInfo
33 return getComputePGMRSrc1();
H A DSIProgramInfo.h76 uint64_t getComputePGMRSrc1() const;
H A DAMDGPUAsmPrinter.cpp431 assert(isUInt<32>(PI.getComputePGMRSrc1()));
440 KernelDescriptor.compute_pgm_rsrc1 = PI.getComputePGMRSrc1();
965 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1());
1093 CurrentProgramInfo.getComputePGMRSrc1() |

Completed in 226 milliseconds