Lines Matching defs:isIdentical
468 return Predicate.isIdentical(RepresentativeCondition);
496 if (!Matchers[I]->getFirstCondition().isIdentical(FirstCondition))
1225 bool RegisterBankOperandMatcher::isIdentical(const PredicateMatcher &B) const {
1226 return OperandPredicateMatcher::isIdentical(B) &&
1513 bool InstructionImmPredicateMatcher::isIdentical(
1515 return InstructionPredicateMatcher::isIdentical(B) &&
1532 bool AtomicOrderingMMOPredicateMatcher::isIdentical(
1534 if (!InstructionPredicateMatcher::isIdentical(B))
1569 bool MemoryAddressSpacePredicateMatcher::isIdentical(
1571 if (!InstructionPredicateMatcher::isIdentical(B))
1595 bool MemoryAlignmentPredicateMatcher::isIdentical(
1597 if (!InstructionPredicateMatcher::isIdentical(B))
1617 bool MemoryVsLLTSizePredicateMatcher::isIdentical(
1619 return InstructionPredicateMatcher::isIdentical(B) &&
1657 bool GenericInstructionPredicateMatcher::isIdentical(
1659 return InstructionPredicateMatcher::isIdentical(B) &&
1673 bool MIFlagsInstructionPredicateMatcher::isIdentical(
1675 if (!InstructionPredicateMatcher::isIdentical(B))