Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
610 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local611 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()612 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
2542 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2543 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2544 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()