Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Parts

751   SmallVector<SDValue, 8> Parts(NumRegs);
753 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2),
755 Chain = Parts[i].getValue(1);
760 std::reverse(Parts.begin(), Parts.end());
762 // Assemble the parts in the promoted type.
764 SDValue Res = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[0]);
766 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]);
1323 // Expand the incoming operand to be shifted, so that we have its parts