Searched refs:MI0 (Results 1 – 4 of 4) sorted by relevance
1450 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument1453 unsigned Opcode = MI0->getOpcode(); in produceSameValue()1466 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()1469 const MachineOperand &MO0 = MI0->getOperand(1); in produceSameValue()1483 const MachineFunction *MF = MI0->getParent()->getParent(); in produceSameValue()1504 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()1507 unsigned Addr0 = MI0->getOperand(1).getReg(); in produceSameValue()1524 for (unsigned i = 3, e = MI0->getNumOperands(); i != e; ++i) { in produceSameValue()1526 const MachineOperand &MO0 = MI0->getOperand(i); in produceSameValue()1534 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
207 bool produceSameValue(const MachineInstr *MI0, const MachineInstr *MI1,
385 TargetInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument388 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
427 virtual bool produceSameValue(const MachineInstr *MI0,