Lines Matching refs:NumIntermediates
362 unsigned NumIntermediates; in getCopyFromPartsVector() local
368 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
372 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
383 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
384 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
393 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
395 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
396 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
407 : NumIntermediates)); in getCopyFromPartsVector()
695 unsigned NumIntermediates; in getCopyToPartsVector() local
700 NumIntermediates, RegisterVT); in getCopyToPartsVector()
704 NumIntermediates, RegisterVT); in getCopyToPartsVector()
715 unsigned DestVectorNoElts = NumIntermediates * IntermediateNumElts; in getCopyToPartsVector()
728 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
729 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
741 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
749 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
750 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
752 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
753 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()