Searched refs:InputPtrReg (Results 1 – 3 of 3) sorted by relevance
411 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local414 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()415 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()416 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()417 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
1417 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local1420 std::tie(InputPtrReg, RC) in lowerKernArgParameterPtr()1426 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()1798 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local1799 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()1801 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
1266 Register InputPtrReg = in calculateLDSSpillAddress() local1278 .addReg(InputPtrReg) in calculateLDSSpillAddress()1281 .addReg(InputPtrReg) in calculateLDSSpillAddress()