Lines Matching refs:NewOpc
117 static bool performCustomAdjustments(MachineInstr &MI, unsigned NewOpc) { in performCustomAdjustments() argument
118 (void)NewOpc; in performCustomAdjustments()
125 assert((NewOpc == X86::VPALIGNRrri || NewOpc == X86::VPALIGNRrmi) && in performCustomAdjustments()
141 assert((NewOpc == X86::VPERM2F128rr || NewOpc == X86::VPERM2I128rr || in performCustomAdjustments()
142 NewOpc == X86::VPERM2F128rm || NewOpc == X86::VPERM2I128rm) && in performCustomAdjustments()
236 if (usesExtendedRegister(MI) || !checkPredicate(I->NewOpc, &ST) || in CompressEVEXImpl()
237 !performCustomAdjustments(MI, I->NewOpc)) in CompressEVEXImpl()
239 return I->NewOpc; in CompressEVEXImpl()
243 unsigned NewOpc = IsRedundantNDD in CompressEVEXImpl() local
250 if (!NewOpc) in CompressEVEXImpl()
253 const MCInstrDesc &NewDesc = ST.getInstrInfo()->get(NewOpc); in CompressEVEXImpl()