Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp411 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
414 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()
DSIISelLowering.cpp1417 const ArgDescriptor *InputPtrReg; in lowerKernArgParameterPtr() local
1420 std::tie(InputPtrReg, RC) in lowerKernArgParameterPtr()
1426 MRI.getLiveInVirtReg(InputPtrReg->getRegister()), PtrVT); in lowerKernArgParameterPtr()
1798 Register InputPtrReg = Info.addKernargSegmentPtr(TRI); in allocateHSAUserSGPRs() local
1799 CCInfo.AllocateReg(InputPtrReg); in allocateHSAUserSGPRs()
1801 Register VReg = MF.addLiveIn(InputPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
DSIInstrInfo.cpp1266 Register InputPtrReg = in calculateLDSSpillAddress() local
1278 .addReg(InputPtrReg) in calculateLDSSpillAddress()
1281 .addReg(InputPtrReg) in calculateLDSSpillAddress()