Lines Matching refs:NumIntermediates
269 unsigned NumIntermediates; in getCopyFromPartsVector() local
272 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
281 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
282 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
291 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
293 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
294 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
553 unsigned NumIntermediates; in getCopyToPartsVector() local
556 NumIntermediates, RegisterVT); in getCopyToPartsVector()
564 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
565 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
569 DAG.getConstant(i * (NumElements / NumIntermediates), DL, in getCopyToPartsVector()
578 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
586 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
587 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
589 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
590 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()