Home
last modified time | relevance | path

Searched refs:SGPR0 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp533 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()
DSIInsertWaitcnts.cpp86 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()
DAMDGPUCallingConv.td70 SGPR0, SGPR1, SGPR2, SGPR3, SGPR4, SGPR5, SGPR6, SGPR7,
103 SGPR0, SGPR1, SGPR2, SGPR3, SGPR4, SGPR5, SGPR6, SGPR7,
DSOPInstructions.td843 // SCC = S_CMPK_EQ_I32 SGPR0, imm
DSIInstrInfo.cpp684 bool AlignedDest = ((Reg - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy()
685 bool AlignedSrc = ((Src - AMDGPU::SGPR0) % 2) == 0; in expandSGPRCopy()
DSIISelLowering.cpp71 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
72 return AMDGPU::SGPR0 + Reg; in findFirstFreeSGPR()
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst1839 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 …]