Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
600 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local601 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()602 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
1772 unsigned ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local1773 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()1774 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()