Searched refs:IndexGroup (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp616 int IndexGroup[3] = {0, 0, 0}; local
623 IndexGroup[(Index * 3) % (VF / Lane)] = Index;
628 Output.push_back(IndexGroup[i % 3]);
629 IndexGroup[i % 3]++;

Completed in 106 milliseconds