Searched refs:DispatchPtrReg (Results 1 – 3 of 3) sorted by relevance
115 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in lowerFormalArguments() local117 CCInfo.AllocateReg(DispatchPtrReg); in lowerFormalArguments()
1536 unsigned DispatchPtrReg = Info.addDispatchPtr(TRI); in allocateHSAUserSGPRs() local1537 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()1538 CCInfo.AllocateReg(DispatchPtrReg); in allocateHSAUserSGPRs()
706 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in LowerFormalArguments() local707 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()708 CCInfo.AllocateReg(DispatchPtrReg); in LowerFormalArguments()