Searched refs:ImplicitBufferPtrReg (Results 1 – 2 of 2) sorted by relevance
602 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local603 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()604 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
2020 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local2021 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()2022 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()