Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1732 bool IsLastSubreg = i == SB.NumSubRegs - 1; in spillSGPR() local
1733 bool UseKill = SB.IsKill && IsLastSubreg; in spillSGPR()
1756 if (SB.NumSubRegs > 1 && (IsFirstSubreg || IsLastSubreg)) in spillSGPR()