Lines Matching refs:MachineOpc
10620 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10623 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo()
10626 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10630 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10633 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10638 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10641 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10646 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10649 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10652 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10655 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10658 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10661 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10664 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo()
10667 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10671 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10674 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10679 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10682 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10684 SDNode *New = MorphNodeTo(N, ~MachineOpc, VTs, Ops); in SelectNodeTo()