Lines Matching defs:NewMCID
799 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2);
804 if (!NewMCID.isPredicable())
808 SkipPred = !NewMCID.isPredicable();
825 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
831 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
833 if (NewMCID.hasOptionalDef())
891 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1);
896 if (!NewMCID.isPredicable())
900 SkipPred = !NewMCID.isPredicable();
916 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC &&
922 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
933 if (NewMCID.hasOptionalDef())
938 if (NewMCID.hasOptionalDef())
965 if (!MCID.isPredicable() && NewMCID.isPredicable())