Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp122 unsigned QueuePtrReg = Info->addQueuePtr(*TRI); in lowerFormalArguments() local
124 CCInfo.AllocateReg(QueuePtrReg); in lowerFormalArguments()
H A DSIISelLowering.cpp1634 unsigned QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
1635 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
1636 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()