Searched refs:MachineOpc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1404 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT); 1405 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1); 1406 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1408 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1410 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1412 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1413 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1415 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1417 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1419 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, SDVTList VTs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 373 SDValue getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, in getInstr() argument 375 SDNode *N = DAG.getMachineNode(MachineOpc, dl, Ty, Ops); in getInstr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8377 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 8380 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 8387 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8395 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8403 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8409 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8415 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8421 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 8428 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 8436 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2393 uint16_t MachineOpc; member 2438 return AddSubFlagsOpcodeMap[i].MachineOpc; in convertAddSubFlagsOpcode()
|