Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1794 const bool IsLastSubReg = i + 1 == e; in buildSpillLoadStore() local
1796 if (IsLastSubReg) { in buildSpillLoadStore()
1831 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1834 if (!IsLastSubReg || (Lane != LaneE)) in buildSpillLoadStore()
1872 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()
1897 MIB.addReg(TmpOffsetVGPR, getKillRegState(IsLastSubReg && !IsAGPR)); in buildSpillLoadStore()
1937 (IsFirstSubReg || (IsLastSubReg && !IsSrcDstDef))) in buildSpillLoadStore()