Searched refs:MachineOpc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1659 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT); 1660 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1); 1661 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1663 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1665 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1667 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1668 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1670 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1672 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1674 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, SDVTList VTs,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 404 SDValue getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, in getInstr() argument 406 SDNode *N = DAG.getMachineNode(MachineOpc, dl, Ty, Ops); in getInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10283 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 10286 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo() 10293 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10301 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10309 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10315 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10321 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10327 return SelectNodeTo(N, MachineOpc, VTs, std::nullopt); in SelectNodeTo() 10334 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 10342 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2418 uint16_t MachineOpc; member 2463 return Entry.MachineOpc; in convertAddSubFlagsOpcode()
|