Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getMachineOpcode

276     unsigned Opcode = Node->getMachineOpcode();
404 if (N->getMachineOpcode() ==
407 } else if (N->getMachineOpcode() ==
462 if (N->getMachineOpcode() ==
466 } else if (N->getMachineOpcode() ==
532 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
734 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
803 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
816 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
979 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
1166 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
1278 if (Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
1292 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode());
1938 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs();
1985 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs();
2077 unsigned Opc = N->getMachineOpcode();
2104 unsigned POpc = PN->getMachineOpcode();
2115 unsigned NumDefs = TII->get(PN->getMachineOpcode()).getNumDefs();
2132 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs();
2651 unsigned Opc = SU->getNode()->getMachineOpcode();
2675 = TII->get(SU->getNode()->getMachineOpcode()).getImplicitDefs();
2711 unsigned NumDefs = TII->get(N->getMachineOpcode()).getNumDefs();
2712 const uint16_t *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs();
2719 TII->get(SUNode->getMachineOpcode()).getImplicitDefs();
2878 unsigned Opc = Node->getMachineOpcode();
2907 SuccSU->getNode()->getMachineOpcode() ==
2921 unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode();