Searched refs:InputPtrReg (Results 1 – 2 of 2) sorted by relevance
462 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local465 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()466 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()467 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()468 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
1617 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local1621 std::tie(InputPtrReg, RC, ArgTy) = in lowerKernArgParameterPtr()1627 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()2046 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local2047 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()2049 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()