Lines Matching refs:MI1
1451 const MachineInstr &MI1,
1464 if (MI1.getOpcode() != Opcode)
1466 if (MI0.getNumOperands() != MI1.getNumOperands())
1470 const MachineOperand &MO1 = MI1.getOperand(1);
1502 if (MI1.getOpcode() != Opcode)
1504 if (MI0.getNumOperands() != MI1.getNumOperands())
1508 unsigned Addr1 = MI1.getOperand(1).getReg();
1527 const MachineOperand &MO1 = MI1.getOperand(i);
1534 return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);