reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
16875   assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() &&
16875   assert(Factor >= 2 && Factor <= getMaxSupportedInterleaveFactor() &&
16879   assert(VecTy->getVectorNumElements() % Factor == 0 &&
16882   unsigned LaneLen = VecTy->getVectorNumElements() / Factor;
16946                                             BaseAddr, LaneLen * Factor);
16952         Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys);
16955     for (unsigned i = 0; i < Factor; i++) {
16956       unsigned IdxI = StoreCount * LaneLen * Factor + i;
16963           unsigned IdxJ = StoreCount * LaneLen * Factor + j;
16964           if (Mask[IdxJ * Factor + IdxI] >= 0) {
16965             StartMask = Mask[IdxJ * Factor + IdxI] - IdxJ;