Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1795 const bool IsFirstSubReg = i == 0; in buildSpillLoadStore() local
1804 bool NeedSuperRegDef = e > 1 && IsStore && IsFirstSubReg; in buildSpillLoadStore()
1827 if (NeedSuperRegDef || (IsSubReg && IsStore && Lane == LaneS && IsFirstSubReg)) { in buildSpillLoadStore()
1831 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1836 if (!IsFirstSubReg || (Lane != LaneS)) in buildSpillLoadStore()
1872 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()
1937 (IsFirstSubReg || (IsLastSubReg && !IsSrcDstDef))) in buildSpillLoadStore()