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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h41 uint64_t ComputePGMRSrc2 = 0; member in struct:llvm::SIProgramInfo
H A DAMDGPUAsmPrinter.cpp414 assert(isUInt<32>(PI.ComputePGMRSrc2));
419 KernelDescriptor.compute_pgm_rsrc2 = PI.ComputePGMRSrc2;
536 Twine(G_00B84C_USER_SGPR(CurrentProgramInfo.ComputePGMRSrc2)), false);
539 Twine(G_00B84C_TRAP_HANDLER(CurrentProgramInfo.ComputePGMRSrc2)), false);
542 Twine(G_00B84C_TGID_X_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
545 Twine(G_00B84C_TGID_Y_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
548 Twine(G_00B84C_TGID_Z_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
551 Twine(G_00B84C_TIDIG_COMP_CNT(CurrentProgramInfo.ComputePGMRSrc2)),
1151 ProgInfo.ComputePGMRSrc2 =
1195 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2);
[all...]

Completed in 54 milliseconds