Home
last modified time | relevance | path

Searched refs:reservedPrivateSegmentBufferReg (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h42 unsigned reservedPrivateSegmentBufferReg(const MachineFunction &MF) const;
DSIFrameLowering.cpp155 if (ScratchRsrcReg == TRI->reservedPrivateSegmentBufferReg(MF)) { in emitPrologue()
DSIRegisterInfo.cpp120 unsigned SIRegisterInfo::reservedPrivateSegmentBufferReg( in reservedPrivateSegmentBufferReg() function in SIRegisterInfo
DSIISelLowering.cpp882 = TRI->reservedPrivateSegmentBufferReg(MF); in LowerFormalArguments()
895 unsigned ReservedBufferReg = TRI->reservedPrivateSegmentBufferReg(MF); in LowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h53 unsigned reservedPrivateSegmentBufferReg(const MachineFunction &MF) const;
DSIFrameLowering.cpp115 ScratchRsrcReg != TRI->reservedPrivateSegmentBufferReg(MF)) in getReservedPrivateSegmentBufferReg()
DSIRegisterInfo.cpp106 unsigned SIRegisterInfo::reservedPrivateSegmentBufferReg( in reservedPrivateSegmentBufferReg() function in SIRegisterInfo
DSIISelLowering.cpp1674 = TRI.reservedPrivateSegmentBufferReg(MF); in reservePrivateMemoryRegs()
1687 unsigned ReservedBufferReg = TRI.reservedPrivateSegmentBufferReg(MF); in reservePrivateMemoryRegs()