Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp74 unsigned PerVGPR; member
146 Data.PerVGPR = IsWave32 ? 32 : 64; in getPerVGPRData()
147 Data.NumVGPRs = (NumSubRegs + (Data.PerVGPR - 1)) / Data.PerVGPR; in getPerVGPRData()
148 Data.VGPRLanes = (1LL << std::min(Data.PerVGPR, NumSubRegs)) - 1LL; in getPerVGPRData()
1776 for (unsigned i = Offset * PVD.PerVGPR, in spillSGPR()
1777 e = std::min((Offset + 1) * PVD.PerVGPR, SB.NumSubRegs); in spillSGPR()
1788 .addImm(i % PVD.PerVGPR) in spillSGPR()
1868 for (unsigned i = Offset * PVD.PerVGPR, in restoreSGPR()
1869 e = std::min((Offset + 1) * PVD.PerVGPR, SB.NumSubRegs); in restoreSGPR()
1915 for (unsigned i = Offset * PVD.PerVGPR, in spillEmergencySGPR()
[all …]