Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp638 unsigned NumSubRegs = AMDGPU::getRegBitWidth(RC->getID()) / (EltSize * CHAR_BIT); in buildSpillLoadStore() local
639 unsigned Size = NumSubRegs * EltSize; in buildSpillLoadStore()
686 for (unsigned i = 0, e = NumSubRegs; i != e; ++i, Offset += EltSize) { in buildSpillLoadStore()
687 Register SubReg = NumSubRegs == 1 in buildSpillLoadStore()
733 if (NumSubRegs > 1) in buildSpillLoadStore()
778 unsigned NumSubRegs = SplitParts.empty() ? 1 : SplitParts.size(); in spillSGPR() local
785 unsigned SubKillState = getKillRegState((NumSubRegs == 1) && IsKill); in spillSGPR()
786 for (unsigned i = 0, e = NumSubRegs; i < e; ++i) { in spillSGPR()
788 NumSubRegs == 1 ? SuperReg : getSubReg(SuperReg, SplitParts[i]); in spillSGPR()
827 if (NumSubRegs > 1) { in spillSGPR()
[all …]