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

Overridden By

utils/TableGen/GlobalISelEmitter.cpp
 1166   bool isIdentical(const PredicateMatcher &B) const override {
 1196   bool isIdentical(const PredicateMatcher &B) const override {
 1268   bool isIdentical(const PredicateMatcher &B) const override { return false; }
 1306   bool isIdentical(const PredicateMatcher &B) const override {
 1371   bool isIdentical(const PredicateMatcher &B) const override {
 1400   bool isIdentical(const PredicateMatcher &B) const override {
 1428   bool isIdentical(const PredicateMatcher &B) const override {
 1458   bool isIdentical(const PredicateMatcher &B) const override {
 1665   bool isIdentical(const PredicateMatcher &B) const override {
 1732   bool isIdentical(const PredicateMatcher &B) const override {
 1782   bool isIdentical(const PredicateMatcher &B) const override {
 1827   bool isIdentical(const PredicateMatcher &B) const override {
 1864   bool isIdentical(const PredicateMatcher &B) const override {
 1894   bool isIdentical(const PredicateMatcher &B) const override {
 1933   bool isIdentical(const PredicateMatcher &B) const override {
 1975   bool isIdentical(const PredicateMatcher &B) const override {
 2010   bool isIdentical(const PredicateMatcher &B) const override {

References

utils/TableGen/GlobalISelEmitter.cpp
 1110     return hasValue() && PredicateMatcher::isIdentical(B);
 1167     return OperandPredicateMatcher::isIdentical(B) &&
 1197     return OperandPredicateMatcher::isIdentical(B) &&
 1307     return OperandPredicateMatcher::isIdentical(B) &&
 1372     return OperandPredicateMatcher::isIdentical(B) &&
 1401     return OperandPredicateMatcher::isIdentical(B) &&
 1429     return OperandPredicateMatcher::isIdentical(B) &&
 1459     return OperandPredicateMatcher::isIdentical(B) &&
 1666     return InstructionPredicateMatcher::isIdentical(B) &&
 1733     return InstructionPredicateMatcher::isIdentical(B) &&
 1783     return InstructionPredicateMatcher::isIdentical(B) &&
 1828     if (!InstructionPredicateMatcher::isIdentical(B))
 1865     return InstructionPredicateMatcher::isIdentical(B) &&
 1895     if (!InstructionPredicateMatcher::isIdentical(B))
 1934     if (!InstructionPredicateMatcher::isIdentical(B))
 1976     return InstructionPredicateMatcher::isIdentical(B) &&
 2011     return InstructionPredicateMatcher::isIdentical(B) &&
 5423   return Predicate.isIdentical(RepresentativeCondition);
 5451       if (!Matchers[I]->getFirstCondition().isIdentical(FirstCondition))