Home
last modified time | relevance | path

Searched refs:ComputePGMRSrc2 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.h39 ComputePGMRSrc2(0), in SIProgramInfo()
67 uint64_t ComputePGMRSrc2; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp408 assert(isUInt<32>(PI.ComputePGMRSrc2)); in getAmdhsaKernelDescriptor()
413 KernelDescriptor.compute_pgm_rsrc2 = PI.ComputePGMRSrc2; in getAmdhsaKernelDescriptor()
530 Twine(G_00B84C_USER_SGPR(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
533 Twine(G_00B84C_TRAP_HANDLER(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
536 Twine(G_00B84C_TGID_X_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
539 Twine(G_00B84C_TGID_Y_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
542 Twine(G_00B84C_TGID_Z_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
545 Twine(G_00B84C_TIDIG_COMP_CNT(CurrentProgramInfo.ComputePGMRSrc2)), in runOnMachineFunction()
1096 ProgInfo.ComputePGMRSrc2 = in getSIProgramInfo()
1140 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI()
[all …]
DSIProgramInfo.h41 uint64_t ComputePGMRSrc2 = 0; member
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp418 assert(isUInt<32>(PI.ComputePGMRSrc2)); in getAmdhsaKernelDescriptor()
423 KernelDescriptor.compute_pgm_rsrc2 = PI.ComputePGMRSrc2; in getAmdhsaKernelDescriptor()
543 Twine(G_00B84C_USER_SGPR(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
546 Twine(G_00B84C_TRAP_HANDLER(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
549 Twine(G_00B84C_TGID_X_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
552 Twine(G_00B84C_TGID_Y_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
555 Twine(G_00B84C_TGID_Z_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
558 Twine(G_00B84C_TIDIG_COMP_CNT(CurrentProgramInfo.ComputePGMRSrc2)), in runOnMachineFunction()
1156 ProgInfo.ComputePGMRSrc2 = in getSIProgramInfo()
1200 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2); in EmitProgramInfoSI()
[all …]
DSIProgramInfo.h43 uint64_t ComputePGMRSrc2 = 0; member