Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp468 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
469 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
470 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()
H A DSIISelLowering.cpp2561 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
2562 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
2563 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()