Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getMachineOpcode

82        N->getMachineOpcode() == TargetOpcode::IMPLICIT_DEF))
123 const MCInstrDesc &II = TII->get(Def->getMachineOpcode());
266 unsigned Opc = Node->getMachineOpcode();
326 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
344 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
401 unsigned Opc = MainNode->getMachineOpcode();
416 TII->get(N->getMachineOpcode()).getImplicitDefs()) {
421 if (NumUsed > TII->get(N->getMachineOpcode()).getNumDefs())
505 unsigned POpc = Node->getMachineOpcode();
511 unsigned NRegDefs = SchedDAG->TII->get(Node->getMachineOpcode()).getNumDefs();
571 TII->isHighLatencyDef(N->getMachineOpcode()))
598 OpIdx += TII->get(Use->getMachineOpcode()).getNumDefs();