Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
591 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local592 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()593 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
2076 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2077 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2078 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()