Searched refs:InputPtrReg (Results 1 – 2 of 2) sorted by relevance
485 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local488 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()489 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()490 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()491 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
1971 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local1976 std::tie(InputPtrReg, RC, ArgTy) = in lowerKernArgParameterPtr()1981 if (!InputPtrReg) in lowerKernArgParameterPtr()1986 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()2471 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local2472 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()2474 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()