Lines Matching refs:NumIntermediates
254 unsigned NumIntermediates; in getCopyFromPartsVector() local
257 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
265 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
266 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
275 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
277 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
278 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
538 unsigned NumIntermediates; in getCopyToPartsVector() local
541 NumIntermediates, RegisterVT); in getCopyToPartsVector()
549 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
550 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
554 DAG.getConstant(i * (NumElements / NumIntermediates), in getCopyToPartsVector()
563 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
571 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
572 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
574 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
575 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()