Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:getOpcode

418       unsigned UpdOpc = DI->getOpcode();
617 unsigned CondOpc = CondI->getOpcode();
698 if (StartValInstr && (StartValInstr->getOpcode() == Hexagon::A2_tfrsi ||
699 StartValInstr->getOpcode() == Hexagon::A2_tfrpi))
704 if (EndValInstr && (EndValInstr->getOpcode() == Hexagon::A2_tfrsi ||
705 EndValInstr->getOpcode() == Hexagon::A2_tfrpi))
889 if (EndValInstr->getOpcode() == Hexagon::A2_addi &&
952 if (MI->getDesc().isCall() && MI->getOpcode() != Hexagon::CALLv3nr)
1246 if (LastI->getOpcode() == Hexagon::J2_jumpt ||
1247 LastI->getOpcode() == Hexagon::J2_jumpf) {
1429 Comparison::Kind Cmp = getComparisonKind(MI->getOpcode(), 0, 0, 0);
1475 unsigned DOpc = DI->getOpcode();
1553 BuildMI(B, DI, DL, TII->get(DI->getOpcode()), NewR).addImm(Val);
1599 unsigned UpdOpc = DI->getOpcode();
1750 nonIndI->getOpcode() == Hexagon::A2_addi &&
1765 Comparison::Kind Cmp = getComparisonKind(PredDef->getOpcode(), 0, 0, 0);
1783 if (!isImmValidForOpcode(PredDef->getOpcode(), CmpImm))