Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp121 unsigned QueuePtrReg = Info->addQueuePtr(*TRI); in lowerFormalArguments() local
123 CCInfo.AllocateReg(QueuePtrReg); in lowerFormalArguments()
DSIISelLowering.cpp1542 unsigned QueuePtrReg = Info.addQueuePtr(TRI); in allocateHSAUserSGPRs() local
1543 MF.addLiveIn(QueuePtrReg, &AMDGPU::SGPR_64RegClass); in allocateHSAUserSGPRs()
1544 CCInfo.AllocateReg(QueuePtrReg); in allocateHSAUserSGPRs()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp712 unsigned QueuePtrReg = Info->addQueuePtr(*TRI); in LowerFormalArguments() local
713 MF.addLiveIn(QueuePtrReg, &AMDGPU::SReg_64RegClass); in LowerFormalArguments()
714 CCInfo.AllocateReg(QueuePtrReg); in LowerFormalArguments()