Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp671 class RuleMatcher;
819 class RuleMatcher : public Matcher { class
885 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon612774070111::RuleMatcher
890 RuleMatcher(RuleMatcher &&Other) = default;
891 RuleMatcher &operator=(RuleMatcher &&Other) = default;
1012 uint64_t RuleMatcher::NextRuleID = 0;
2251 RuleMatcher &Rule;
3440 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan()
5635 std::vector<RuleMatcher> Rules; in run()
5882 llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) { in run()
[all …]