Home
last modified time | relevance | path

Searched refs:QueuePtrReg (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp478 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
479 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
480 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()
H A DSIISelLowering.cpp2402 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
2403 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
2404 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()