Searched refs:MachineOpc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 5389 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 5392 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 5395 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 5399 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 5402 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 5407 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 5410 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 5415 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 5418 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() argument 5421 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 922 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 1907 uint16_t MachineOpc; member 1940 return AddSubFlagsOpcodeMap[i].MachineOpc; in convertAddSubFlagsOpcode()
|