Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1761 class InstructionPredicateMatcher : public PredicateMatcher { class
1763 InstructionPredicateMatcher(PredicateKind Kind, unsigned InsnVarID) in InstructionPredicateMatcher() function in __anon7790e1cf0111::InstructionPredicateMatcher
1765 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()
1771 isHigherPriorityThan(const InstructionPredicateMatcher &B) const { in isHigherPriorityThan()
1783 class InstructionOpcodeMatcher : public InstructionPredicateMatcher {
1813 : InstructionPredicateMatcher(IPM_Opcode, InsnVarID), in InstructionOpcodeMatcher()
1824 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()
1861 isHigherPriorityThan(const InstructionPredicateMatcher &B) const override { in isHigherPriorityThan()
1862 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()
1864 if (B.InstructionPredicateMatcher::isHigherPriorityThan(*this)) in isHigherPriorityThan()
[all …]