Home
last modified time | relevance | path

Searched refs:NewMCID (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp684 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()
[all …]