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.cpp1549 const bool IsLastSubReg = i + 1 == e; in buildSpillLoadStore() local
1551 if (IsLastSubReg) { in buildSpillLoadStore()
1586 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1589 if (!IsLastSubReg || (Lane != LaneE)) in buildSpillLoadStore()
1650 MIB.addReg(TmpOffsetVGPR, getKillRegState(IsLastSubReg && !IsAGPR)); in buildSpillLoadStore()
1688 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()