Home
last modified time | relevance | path

Searched refs:OperandPredicateMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h875 virtual ~OperandPredicateMatcher();
911 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
943 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
981 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1008 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1033 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1125 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1149 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1172 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1195 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
[all …]
H A DGlobalISelMatchTable.cpp1075 OperandPredicateMatcher::~OperandPredicateMatcher() {} in ~OperandPredicateMatcher()
1077 bool OperandPredicateMatcher::isHigherPriorityThan( in isHigherPriorityThan()
1078 const OperandPredicateMatcher &B) const { in isHigherPriorityThan()
1207 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1355 const std::unique_ptr<OperandPredicateMatcher> &Predicate) { in countRendererFns()
1800 const OperandPredicateMatcher &B) const { in isHigherPriorityThan()
1801 if (OperandPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1803 if (B.OperandPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()