Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp109 unsigned PrivateSegmentBufferReg = Info->addPrivateSegmentBuffer(*TRI); in lowerFormalArguments() local
110 MF.addLiveIn(PrivateSegmentBufferReg, &AMDGPU::SReg_128RegClass); in lowerFormalArguments()
111 CCInfo.AllocateReg(PrivateSegmentBufferReg); in lowerFormalArguments()
DSIISelLowering.cpp1530 unsigned PrivateSegmentBufferReg = Info.addPrivateSegmentBuffer(TRI); in allocateHSAUserSGPRs() local
1531 MF.addLiveIn(PrivateSegmentBufferReg, &AMDGPU::SGPR_128RegClass); in allocateHSAUserSGPRs()
1532 CCInfo.AllocateReg(PrivateSegmentBufferReg); in allocateHSAUserSGPRs()
1651 unsigned PrivateSegmentBufferReg = Info.getPreloadedReg( in reservePrivateMemoryRegs() local
1653 Info.setScratchRSrcReg(PrivateSegmentBufferReg); in reservePrivateMemoryRegs()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp700 unsigned PrivateSegmentBufferReg = Info->addPrivateSegmentBuffer(*TRI); in LowerFormalArguments() local
701 MF.addLiveIn(PrivateSegmentBufferReg, &AMDGPU::SReg_128RegClass); in LowerFormalArguments()
702 CCInfo.AllocateReg(PrivateSegmentBufferReg); in LowerFormalArguments()
873 unsigned PrivateSegmentBufferReg = TRI->getPreloadedValue( in LowerFormalArguments() local
875 Info->setScratchRSrcReg(PrivateSegmentBufferReg); in LowerFormalArguments()