Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
608 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local609 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()610 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
2443 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2444 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2445 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()