reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8914 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && 8914 assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() && 8918 assert(VecTy->getVectorNumElements() % Factor == 0 && 8921 unsigned LaneLen = VecTy->getVectorNumElements() / Factor; 8978 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); 8985 for (unsigned i = 0; i < Factor; i++) { 8986 unsigned IdxI = StoreCount * LaneLen * Factor + i; 8993 unsigned IdxJ = StoreCount * LaneLen * Factor + j; 8994 if (Mask[IdxJ * Factor + IdxI] >= 0) { 8995 StartMask = Mask[IdxJ * Factor + IdxI] - IdxJ; 9013 BaseAddr, LaneLen * Factor);