Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp211 Twine(G_00B84C_USER_SGPR(KernelInfo.ComputePGMRSrc2)), in runOnMachineFunction()
214 Twine(G_00B84C_TGID_X_EN(KernelInfo.ComputePGMRSrc2)), in runOnMachineFunction()
217 Twine(G_00B84C_TGID_Y_EN(KernelInfo.ComputePGMRSrc2)), in runOnMachineFunction()
220 Twine(G_00B84C_TGID_Z_EN(KernelInfo.ComputePGMRSrc2)), in runOnMachineFunction()
223 Twine(G_00B84C_TIDIG_COMP_CNT(KernelInfo.ComputePGMRSrc2)), in runOnMachineFunction()
556 ProgInfo.ComputePGMRSrc2 = in getSIProgramInfo()
591 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI()
647 (KernelInfo.ComputePGMRSrc2 << 32); in EmitAmdKernelCodeT()
DAMDGPUAsmPrinter.h39 ComputePGMRSrc2(0), in SIProgramInfo()
67 uint64_t ComputePGMRSrc2; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp383 assert(isUInt<32>(PI.ComputePGMRSrc2)); in getAmdhsaKernelDescriptor()
388 KernelDescriptor.compute_pgm_rsrc2 = PI.ComputePGMRSrc2; in getAmdhsaKernelDescriptor()
492 Twine(G_00B84C_USER_SGPR(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
495 Twine(G_00B84C_TRAP_HANDLER(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
498 Twine(G_00B84C_TGID_X_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
501 Twine(G_00B84C_TGID_Y_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
504 Twine(G_00B84C_TGID_Z_EN(CurrentProgramInfo.ComputePGMRSrc2)), false); in runOnMachineFunction()
507 Twine(G_00B84C_TIDIG_COMP_CNT(CurrentProgramInfo.ComputePGMRSrc2)), in runOnMachineFunction()
975 ProgInfo.ComputePGMRSrc2 = in getSIProgramInfo()
1016 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI()
[all …]
DSIProgramInfo.h40 uint64_t ComputePGMRSrc2 = 0; member