Searched refs:SGPR0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIMachineFunctionInfo.cpp | 533 return AMDGPU::SGPR0 + NumUserSGPRs; in getNextUserSGPR() 537 return AMDGPU::SGPR0 + NumUserSGPRs + NumSystemSGPRs; in getNextSystemSGPR() 545 Register GitPtrLo = AMDGPU::SGPR0; // Low GIT address passed in in getGITPtrLoReg()
|
| D | SIInsertWaitcnts.cpp | 86 unsigned SGPR0; member 512 assert(Reg >= Encoding.SGPR0 && Reg < SQ_MAX_PGM_SGPRS); in getRegInterval() 513 Result.first = Reg - Encoding.SGPR0 + NUM_ALL_VGPRS; in getRegInterval() 1796 Encoding.SGPR0 = TRI->getEncodingValue(AMDGPU::SGPR0); in runOnMachineFunction() 1797 Encoding.SGPRL = Encoding.SGPR0 + NumSGPRsMax - 1; in runOnMachineFunction()
|
| D | AMDGPUCallingConv.td | 70 SGPR0, SGPR1, SGPR2, SGPR3, SGPR4, SGPR5, SGPR6, SGPR7, 103 SGPR0, SGPR1, SGPR2, SGPR3, SGPR4, SGPR5, SGPR6, SGPR7,
|
| D | SOPInstructions.td | 843 // SCC = S_CMPK_EQ_I32 SGPR0, imm
|
| D | SIInstrInfo.cpp | 684 bool AlignedDest = ((Reg - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy() 685 bool AlignedSrc = ((Src - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy()
|
| D | SIISelLowering.cpp | 71 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR() 72 return AMDGPU::SGPR0 + Reg; in findFirstFreeSGPR()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUUsage.rst | 1839 32-95 SGPR0-SGPR63 32 Scalar General Purpose 4655 for enabled registers are dense starting at SGPR0: the first enabled register is 4656 SGPR0, the next enabled register is SGPR1 etc.; disabled registers do not have 5005 SGPR0-3 is reserved for use as the scratch V#. Stack usage is assumed if 13337 ``debugtrap(arg)`` ``s_trap 0x01`` ``SGPR0-1``: Reserved for Finalizer HSA ``debugtrap`` 13341 ``llvm.trap`` ``s_trap 0x02`` ``SGPR0-1``: Causes wave to be halted with the PC at 13383 ``llvm.trap`` ``s_trap 0x02`` ``SGPR0-1``: Causes wave to be halted with the PC at 13424 …``llvm.trap`` ``s_trap 0x02`` ``SGPR0-1``: *none* Causes wave to be halted wi… 13505 1. SGPR0-3 contain a V# with the following properties (see 13527 offset with the scratch V# in SGPR0-3 to access the stack in a swizzled [all …]
|