Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isIdenticalTo

185 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
233 // Note: this must stay exactly in sync with isIdenticalTo above.
827 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
843 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
853 if (!MO.isIdenticalTo(OMO))
870 if (!MO.isIdenticalTo(OMO))
876 if (!MO.isIdenticalTo(OMO))