Searched refs:NewMCID (Results 1 – 1 of 1) sorted by relevance
684 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2); in ReduceTo2Addr() local689 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() local786 if (!NewMCID.isPredicable()) in ReduceToNarrow()790 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()806 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()[all …]