Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumIntermediates

233     unsigned NumIntermediates;
236 NumIntermediates, RegisterVT);
244 SmallVector<SDValue, 8> Ops(NumIntermediates);
245 if (NumIntermediates == NumParts) {
254 assert(NumParts % NumIntermediates == 0 &&
256 unsigned Factor = NumParts / NumIntermediates;
257 for (unsigned i = 0; i != NumIntermediates; ++i)
266 ValueVT, &Ops[0], NumIntermediates);
534 unsigned NumIntermediates;
537 NumIntermediates, RegisterVT);
545 SmallVector<SDValue, 8> Ops(NumIntermediates);
546 for (unsigned i = 0; i != NumIntermediates; ++i) {
550 DAG.getConstant(i * (NumElements / NumIntermediates),
559 if (NumParts == NumIntermediates) {
567 assert(NumParts % NumIntermediates == 0 &&
569 unsigned Factor = NumParts / NumIntermediates;
570 for (unsigned i = 0; i != NumIntermediates; ++i)