Searched refs:ComputePGMRSrc1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h35 uint64_t ComputePGMRSrc1 = 0; member in struct:llvm::SIProgramInfo
H A DAMDGPUAsmPrinter.cpp413 assert(isUInt<32>(PI.ComputePGMRSrc1));
418 KernelDescriptor.compute_pgm_rsrc1 = PI.ComputePGMRSrc1;
1132 ProgInfo.ComputePGMRSrc1 =
1192 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc1);
1242 MD->setRsrc1(CC, CurrentProgramInfo.ComputePGMRSrc1);
1290 CurrentProgramInfo.ComputePGMRSrc1 |

Completed in 101 milliseconds