Home
last modified time | relevance | path

Searched refs:InputPtrReg (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp468 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
471 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()
472 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()
473 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()
474 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
H A DSIISelLowering.cpp1657 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local
1661 std::tie(InputPtrReg, RC, ArgTy) = in lowerKernArgParameterPtr()
1667 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()
2086 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
2087 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
2089 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()