Lines Matching refs:isIdentical

1167   virtual bool isIdentical(const PredicateMatcher &B) const {  in isIdentical()  function in __anoncee47b830111::PredicateMatcher
1173 return hasValue() && PredicateMatcher::isIdentical(B); in isIdenticalDownToValue()
1231 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::SameOperandMatcher
1232 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1262 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::LLTOperandMatcher
1263 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1315 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::PointerToAnyOperandMatcher
1316 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1348 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::RecordNamedOperandMatcher
1349 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1373 bool isIdentical(const PredicateMatcher &B) const override { return false; } in isIdentical() function in __anoncee47b830111::ComplexPatternOperandMatcher
1411 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::RegisterBankOperandMatcher
1412 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1476 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::ConstantIntOperandMatcher
1477 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1505 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::LiteralIntOperandMatcher
1506 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1533 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::CmpPredicateOperandMatcher
1534 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1563 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::IntrinsicIDOperandMatcher
1564 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1594 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::OperandImmPredicateMatcher
1595 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1822 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::InstructionOpcodeMatcher
1823 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1915 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::InstructionNumOperandsMatcher
1916 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1965 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::InstructionImmPredicateMatcher
1966 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
2010 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::AtomicOrderingMMOPredicateMatcher
2011 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
2047 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::MemorySizePredicateMatcher
2048 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
2077 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::MemoryAddressSpacePredicateMatcher
2078 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
2116 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::MemoryAlignmentPredicateMatcher
2117 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
2158 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::MemoryVsLLTSizePredicateMatcher
2159 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
2198 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::VectorSplatImmPredicateMatcher
2199 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
2229 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::GenericInstructionPredicateMatcher
2230 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
2256 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anoncee47b830111::NoUsePredicateMatcher
2257 return InstructionPredicateMatcher::isIdentical(B); in isIdentical()
6107 return Predicate.isIdentical(RepresentativeCondition); in candidateConditionMatches()
6135 if (!Matchers[I]->getFirstCondition().isIdentical(FirstCondition)) in finalize()