Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp470 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
471 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
472 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()
H A DSIISelLowering.cpp2136 Register QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
2137 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
2138 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()