Home
last modified time | relevance | path

Searched refs:MachineOpc (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5389 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 DSelectionDAG.h922 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1907 uint16_t MachineOpc; member
1940 return AddSubFlagsOpcodeMap[i].MachineOpc; in convertAddSubFlagsOpcode()