Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1527 const bool IsFirstSubReg = i == 0; in buildSpillLoadStore() local
1536 bool NeedSuperRegDef = e > 1 && IsStore && IsFirstSubReg; in buildSpillLoadStore()
1559 if (NeedSuperRegDef || (IsSubReg && IsStore && Lane == LaneS && IsFirstSubReg)) { in buildSpillLoadStore()
1563 if ((IsSubReg || NeedSuperRegImpOperand) && (IsFirstSubReg || IsLastSubReg)) { in buildSpillLoadStore()
1568 if (!IsFirstSubReg || (Lane != LaneS)) in buildSpillLoadStore()
1661 if (NeedSuperRegImpOperand && (IsFirstSubReg || IsLastSubReg)) in buildSpillLoadStore()