Lines Matching defs:NewMCID
800 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2);
805 if (!NewMCID.isPredicable())
809 SkipPred = !NewMCID.isPredicable();
826 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
832 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
834 if (NewMCID.hasOptionalDef())
892 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1);
897 if (!NewMCID.isPredicable())
901 SkipPred = !NewMCID.isPredicable();
917 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
923 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
934 if (NewMCID.hasOptionalDef())
939 if (NewMCID.hasOptionalDef())
966 if (!MCID.isPredicable() && NewMCID.isPredicable())