Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:opc

432   unsigned Opc = Node->getMachineOpcode();
449 if (Opc == TargetOpcode::EXTRACT_SUBREG) {
486 } else if (Opc == TargetOpcode::INSERT_SUBREG ||
487 Opc == TargetOpcode::SUBREG_TO_REG) {
515 MachineInstr *MI = BuildMI(*MF, Node->getDebugLoc(), TII->get(Opc));
520 if (Opc == TargetOpcode::SUBREG_TO_REG) {
666 unsigned Opc = Node->getMachineOpcode();
669 if (Opc == TargetOpcode::EXTRACT_SUBREG ||
670 Opc == TargetOpcode::INSERT_SUBREG ||
671 Opc == TargetOpcode::SUBREG_TO_REG) {
677 if (Opc == TargetOpcode::COPY_TO_REGCLASS) {
683 if (Opc == TargetOpcode::REG_SEQUENCE) {
688 if (Opc == TargetOpcode::IMPLICIT_DEF)
692 const MCInstrDesc &II = TII->get(Opc);