Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1540 const bool IsLastSubReg = i + 1 == e; in buildSpillLoadStore() local
1542 if (IsLastSubReg) { in buildSpillLoadStore()
1577 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1580 if (!IsLastSubReg || (Lane != LaneE)) in buildSpillLoadStore()
1642 MIB.addReg(TmpOffsetVGPR, getKillRegState(IsLastSubReg && !IsAGPR)); in buildSpillLoadStore()
1680 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()