Searched refs:MachineOpc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1577 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT); 1578 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1); 1579 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1581 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1583 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1585 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1586 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1588 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1590 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1592 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, SDVTList VTs,
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 370 SDValue getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, in getInstr() argument 372 SDNode *N = DAG.getMachineNode(MachineOpc, dl, Ty, Ops); in getInstr()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9444 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 9447 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 9454 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9462 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9470 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9476 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9482 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9488 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 9495 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 9503 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2428 uint16_t MachineOpc; member 2473 return AddSubFlagsOpcodeMap[i].MachineOpc; in convertAddSubFlagsOpcode()
|