Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1789 bool IsLastSubreg = i == SB.NumSubRegs - 1; in spillSGPR() local
1790 bool UseKill = SB.IsKill && IsLastSubreg; in spillSGPR()
1813 if (SB.NumSubRegs > 1 && (IsFirstSubreg || IsLastSubreg)) in spillSGPR()