Lines Matching defs:SelectNodeTo
10617 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
10620 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10623 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt);
10626 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10630 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10633 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10638 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10641 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10646 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10649 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10652 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10655 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10658 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10661 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10664 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt);
10667 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10671 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10674 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
10679 return SelectNodeTo(N, MachineOpc, VTs, Ops);
10682 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,