Lines Matching refs:MachineOpc

10283 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,  in SelectNodeTo()  argument
10286 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo()
10289 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10293 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10296 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10301 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10304 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10309 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10312 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10315 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10318 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10321 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10324 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10327 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo()
10330 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10334 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10337 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10342 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
10345 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument
10347 SDNode *New = MorphNodeTo(N, ~MachineOpc, VTs, Ops); in SelectNodeTo()