Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumIntermediates

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