Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1817 for (int LaneS = (RegOffset + EltSize) / 4 - 1, Lane = LaneS, in buildSpillLoadStore() local
1827 if (NeedSuperRegDef || (IsSubReg && IsStore && Lane == LaneS && IsFirstSubReg)) { in buildSpillLoadStore()
1836 if (!IsFirstSubReg || (Lane != LaneS)) in buildSpillLoadStore()