reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 1758     if (MI1.getOpcode() != Opcode)
 1760     if (MI0.getNumOperands() != MI1.getNumOperands())
 1764     const MachineOperand &MO1 = MI1.getOperand(1);
 1796     if (MI1.getOpcode() != Opcode)
 1798     if (MI0.getNumOperands() != MI1.getNumOperands())
 1802     Register Addr1 = MI1.getOperand(1).getReg();
 1820       const MachineOperand &MO1 = MI1.getOperand(i);
 1827   return MI0.isIdenticalTo(MI1, MachineInstr::IgnoreVRegDefs);