Searched refs:QueuePtrReg (Results 1 – 3 of 3) sorted by relevance
121 unsigned QueuePtrReg = Info->addQueuePtr(*TRI); in lowerFormalArguments() local123 CCInfo.AllocateReg(QueuePtrReg); in lowerFormalArguments()
1542 unsigned QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local1543 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()1544 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()
712 unsigned QueuePtrReg = Info->addQueuePtr(*TRI); in LowerFormalArguments() local713 MF.addLiveIn(QueuePtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()714 CCInfo.AllocateReg(QueuePtrReg); in LowerFormalArguments()