Searched refs:MachineOpc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1639 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT); 1640 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1); 1641 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1643 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1645 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1647 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1648 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1650 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1652 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1654 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, SDVTList VTs,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 407 SDValue getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, in getInstr() argument 409 SDNode *N = DAG.getMachineNode(MachineOpc, dl, Ty, Ops); in getInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 2419 uint16_t MachineOpc; member 2464 return Entry.MachineOpc; in convertAddSubFlagsOpcode()
|