Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp115 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in lowerFormalArguments() local
117 CCInfo.AllocateReg(DispatchPtrReg); in lowerFormalArguments()
DSIISelLowering.cpp1536 unsigned DispatchPtrReg = Info.addDispatchPtr(TRI); in allocateHSAUserSGPRs() local
1537 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
1538 CCInfo.AllocateReg(DispatchPtrReg); in allocateHSAUserSGPRs()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp706 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in LowerFormalArguments() local
707 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()
708 CCInfo.AllocateReg(DispatchPtrReg); in LowerFormalArguments()