Searched refs:MI0 (Results 1 – 4 of 4) sorted by relevance
1432 bool ARMBaseInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument1435 int Opcode = MI0->getOpcode(); in produceSameValue()1448 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()1451 const MachineOperand &MO0 = MI0->getOperand(1); in produceSameValue()1465 const MachineFunction *MF = MI0->getParent()->getParent(); in produceSameValue()1486 if (MI0->getNumOperands() != MI1->getNumOperands()) in produceSameValue()1489 unsigned Addr0 = MI0->getOperand(1).getReg(); in produceSameValue()1506 for (unsigned i = 3, e = MI0->getNumOperands(); i != e; ++i) { in produceSameValue()1508 const MachineOperand &MO0 = MI0->getOperand(i); in produceSameValue()1516 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
199 bool produceSameValue(const MachineInstr *MI0, const MachineInstr *MI1,
328 TargetInstrInfo::produceSameValue(const MachineInstr *MI0, in produceSameValue() argument331 return MI0->isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs); in produceSameValue()
357 virtual bool produceSameValue(const MachineInstr *MI0,