Lines Matching refs:NumSectors
1104 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignLoadGroup() local
1114 SmallVector<Value *> Loads(NumSectors + DoAlign, nullptr); in realignLoadGroup()
1137 for (int Index = 0; Index != NumSectors; ++Index) in realignLoadGroup()
1139 for (int Index = 0; Index != NumSectors; ++Index) { in realignLoadGroup()
1218 for (int Index = 0; Index != NumSectors + 1; ++Index) { in realignLoadGroup()
1228 Index < NumSectors ? EarliestUser[&ASpan[Index]] : nullptr; in realignLoadGroup()
1232 createLoad(Builder, VSpan, Index, DoAlign && Index == NumSectors); in realignLoadGroup()
1249 for (int Index = 0; Index != NumSectors; ++Index) { in realignLoadGroup()
1313 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignStoreGroup() local
1331 for (int Index = (DoAlign ? -1 : 0); Index != NumSectors + DoAlign; ++Index) { in realignStoreGroup()
1365 for (int Index = 1; Index != NumSectors + 2; ++Index) { in realignStoreGroup()
1399 for (int Index = 0; Index != NumSectors + DoAlign; ++Index) { in realignStoreGroup()
1400 createStore(Builder, ASpanV, ASpanM, Index, DoAlign && Index == NumSectors); in realignStoreGroup()