Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp475 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
478 MRI.addLiveIn(InputPtrReg, VReg); in allocateHSAUserSGPRs()
479 B.getMBB().addLiveIn(InputPtrReg); in allocateHSAUserSGPRs()
480 B.buildCopy(VReg, InputPtrReg); in allocateHSAUserSGPRs()
481 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
H A DSIISelLowering.cpp2084 auto [InputPtrReg, RC, ArgTy] = in lowerKernArgParameterPtr()
2089 if (!InputPtrReg) in lowerKernArgParameterPtr()
2094 Chain, SL, MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()
2568 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
2569 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
2571 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()