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

Overridden By

utils/TableGen/GlobalISelEmitter.cpp
 2256   bool isHigherPriorityThan(const OperandPredicateMatcher &B) const override {

Declarations

utils/TableGen/GlobalISelEmitter.cpp
 1140   virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;

References

utils/TableGen/GlobalISelEmitter.cpp
 1556       if (std::get<0>(Predicate)->isHigherPriorityThan(*std::get<1>(Predicate)))
 1558       if (std::get<1>(Predicate)->isHigherPriorityThan(*std::get<0>(Predicate)))
 2257     if (OperandPredicateMatcher::isHigherPriorityThan(B))
 2259     if (B.OperandPredicateMatcher::isHigherPriorityThan(*this))