Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp608 Register ImplicitBufferPtrReg = Info->addImplicitBufferPtr(*TRI); in lowerFormalArguments() local
609 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in lowerFormalArguments()
610 CCInfo.AllocateReg(ImplicitBufferPtrReg); in lowerFormalArguments()
H A DSIISelLowering.cpp2443 Register ImplicitBufferPtrReg = Info.addImplicitBufferPtr(TRI); in allocateHSAUserSGPRs() local
2444 MF.addLiveIn(ImplicitBufferPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
2445 CCInfo.AllocateReg(ImplicitBufferPtrReg); in allocateHSAUserSGPRs()