Lines Matching refs:Opc
307 unsigned Opc = MI->getOpcode(); in VerifyLowRegs() local
308 bool isPCOk = (Opc == ARM::t2LDMIA_RET || Opc == ARM::t2LDMIA || in VerifyLowRegs()
309 Opc == ARM::t2LDMDB || Opc == ARM::t2LDMIA_UPD || in VerifyLowRegs()
310 Opc == ARM::t2LDMDB_UPD); in VerifyLowRegs()
311 bool isLROk = (Opc == ARM::t2STMIA_UPD || Opc == ARM::t2STMDB_UPD); in VerifyLowRegs()
327 if (i == 1 && (Opc == ARM::t2LDRi12 || Opc == ARM::t2STRi12)) in VerifyLowRegs()
348 unsigned Opc = Entry.NarrowOpc1; in ReduceLoadStore() local
358 Opc = Entry.NarrowOpc2; in ReduceLoadStore()
416 Opc = Entry.NarrowOpc2; // tPOP_RET in ReduceLoadStore()
431 Opc = Entry.NarrowOpc2; // tPOP or tPUSH in ReduceLoadStore()
467 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, TII->get(Opc)); in ReduceLoadStore()
503 unsigned Opc = MI->getOpcode(); in ReduceSpecial() local
504 if (Opc == ARM::t2ADDri) { in ReduceSpecial()
551 switch (Opc) { in ReduceSpecial()
557 switch (Opc) { in ReduceSpecial()