Lines Matching refs:NumIntermediates

341     unsigned NumIntermediates;  in getCopyFromPartsVector()  local
347 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
351 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
362 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
363 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
372 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
374 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
375 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
389 NumIntermediates); in getCopyFromPartsVector()
695 unsigned NumIntermediates; in getCopyToPartsVector() local
700 NumIntermediates, RegisterVT); in getCopyToPartsVector()
704 NumIntermediates, RegisterVT); in getCopyToPartsVector()
717 DestEltCnt = IntermediateVT.getVectorElementCount() * NumIntermediates; in getCopyToPartsVector()
719 DestEltCnt = ElementCount::getFixed(NumIntermediates); in getCopyToPartsVector()
743 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
744 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
759 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
767 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
768 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
770 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
771 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()