Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h1318 class InstructionPredicateMatcher : public PredicateMatcher {
1322 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()
1357 : InstructionPredicateMatcher(IPM_Opcode, InsnVarID), in InstructionOpcodeMatcher()
1368 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1411 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1511 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1611 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1633 static bool classof(const InstructionPredicateMatcher *P) { in classof()
1649 : InstructionPredicateMatcher(IPM_MIFlags, InsnVarID), in InstructionPredicateMatcher() function
1668 : InstructionPredicateMatcher(IPM_NoUse, InsnVarID) {} in NoUsePredicateMatcher()
[all …]
H A DGlobalISelMatchTable.cpp1431 const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1432 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1434 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
1479 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1498 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1535 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1560 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
1579 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1619 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1635 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()
[all …]