Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumIntermediates

228     unsigned NumIntermediates;
231 NumIntermediates, RegisterVT);
239 SmallVector<SDValue, 8> Ops(NumIntermediates);
240 if (NumIntermediates == NumParts) {
249 assert(NumParts % NumIntermediates == 0 &&
251 unsigned Factor = NumParts / NumIntermediates;
252 for (unsigned i = 0; i != NumIntermediates; ++i)
261 ValueVT, &Ops[0], NumIntermediates);
499 unsigned NumIntermediates;
502 NumIntermediates, RegisterVT);
510 SmallVector<SDValue, 8> Ops(NumIntermediates);
511 for (unsigned i = 0; i != NumIntermediates; ++i) {
515 DAG.getIntPtrConstant(i * (NumElements / NumIntermediates)));
522 if (NumParts == NumIntermediates) {
530 assert(NumParts % NumIntermediates == 0 &&
532 unsigned Factor = NumParts / NumIntermediates;
533 for (unsigned i = 0; i != NumIntermediates; ++i)