Lines Matching refs:NumIntermediates
335 unsigned NumIntermediates; in getCopyFromPartsVector() local
341 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
345 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
356 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
357 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
366 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
368 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
369 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
383 NumIntermediates); in getCopyFromPartsVector()
702 unsigned NumIntermediates; in getCopyToPartsVector() local
707 NumIntermediates, RegisterVT); in getCopyToPartsVector()
711 NumIntermediates, RegisterVT); in getCopyToPartsVector()
724 DestEltCnt = IntermediateVT.getVectorElementCount() * NumIntermediates; in getCopyToPartsVector()
726 DestEltCnt = ElementCount::getFixed(NumIntermediates); in getCopyToPartsVector()
754 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
755 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
770 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
778 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
779 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
781 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
782 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()