Searched refs:InputPtrReg (Results 1 – 2 of 2) sorted by relevance
477 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local480 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()481 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()482 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()483 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
1684 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local1689 std::tie(InputPtrReg, RC, ArgTy) = in lowerKernArgParameterPtr()1694 if (!InputPtrReg) in lowerKernArgParameterPtr()1699 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()2143 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local2144 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()2146 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()