Searched refs:buildVGPRSpillLoadStore (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 197 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ false); in prepare() 201 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ false, in prepare() 207 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ false); in prepare() 224 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ true, in restore() 236 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ true, in restore() 244 TRI.buildVGPRSpillLoadStore(*this, TmpVGPRIndex, 0, /*IsLoad*/ true); in restore() 258 TRI.buildVGPRSpillLoadStore(*this, Index, Offset, IsLoad); in readWriteTmpVGPR() 261 TRI.buildVGPRSpillLoadStore(*this, Index, Offset, IsLoad, in readWriteTmpVGPR() 265 TRI.buildVGPRSpillLoadStore(*this, Index, Offset, IsLoad); in readWriteTmpVGPR() 1271 void SIRegisterInfo::buildVGPRSpillLoadStore(SGPRSpillBuilder &SB, int Index, in buildVGPRSpillLoadStore() function in SIRegisterInfo
|
H A D | SIRegisterInfo.h | 111 void buildVGPRSpillLoadStore(SGPRSpillBuilder &SB, int Index, int Offset,
|