Lines Matching refs:NumIntermediates

357     unsigned NumIntermediates;  in getCopyFromPartsVector()  local
363 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
367 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
378 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyFromPartsVector()
379 if (NumIntermediates == NumParts) { in getCopyFromPartsVector()
388 assert(NumParts % NumIntermediates == 0 && in getCopyFromPartsVector()
390 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector()
391 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyFromPartsVector()
405 NumIntermediates); in getCopyFromPartsVector()
762 unsigned NumIntermediates; in getCopyToPartsVector() local
766 *DAG.getContext(), *CallConv, ValueVT, IntermediateVT, NumIntermediates, in getCopyToPartsVector()
771 NumIntermediates, RegisterVT); in getCopyToPartsVector()
784 DestEltCnt = IntermediateVT.getVectorElementCount() * NumIntermediates; in getCopyToPartsVector()
786 DestEltCnt = ElementCount::getFixed(NumIntermediates); in getCopyToPartsVector()
814 SmallVector<SDValue, 8> Ops(NumIntermediates); in getCopyToPartsVector()
815 for (unsigned i = 0; i != NumIntermediates; ++i) { in getCopyToPartsVector()
830 if (NumParts == NumIntermediates) { in getCopyToPartsVector()
838 assert(NumIntermediates != 0 && "division by zero"); in getCopyToPartsVector()
839 assert(NumParts % NumIntermediates == 0 && in getCopyToPartsVector()
841 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector()
842 for (unsigned i = 0; i != NumIntermediates; ++i) in getCopyToPartsVector()