Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
603 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local604 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()605 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
2060 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2061 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2062 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()