Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1526 const bool IsLastSubReg = i + 1 == e; in buildSpillLoadStore() local
1528 if (IsLastSubReg) { in buildSpillLoadStore()
1563 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1566 if (!IsLastSubReg || (Lane != LaneE)) in buildSpillLoadStore()
1627 MIB.addReg(TmpOffsetVGPR, getKillRegState(IsLastSubReg && !IsAGPR)); in buildSpillLoadStore()
1661 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()