Lines Matching refs:NewMCID
684 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2); in ReduceTo2Addr() local
689 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
693 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
710 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
716 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID); in ReduceTo2Addr()
718 if (NewMCID.hasOptionalDef()) { in ReduceTo2Addr()
781 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1); in ReduceToNarrow() local
786 if (!NewMCID.isPredicable()) in ReduceToNarrow()
790 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
806 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
812 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID); in ReduceToNarrow()
814 if (NewMCID.hasOptionalDef()) { in ReduceToNarrow()
844 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()