Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:regno

1416 SDValue SelectionDAG::getRegister(unsigned RegNo, EVT VT) {
1419 ID.AddInteger(RegNo);
1424 SDNode *N = new (NodeAllocator) RegisterSDNode(RegNo, VT);