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()
2117 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2118 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2119 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()