Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp821 class RuleMatcher : public Matcher { class
887 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anoncee47b830111::RuleMatcher
890 RuleMatcher(RuleMatcher &&Other) = default;
891 RuleMatcher &operator=(RuleMatcher &&Other) = default;
1012 uint64_t RuleMatcher::NextRuleID = 0;
2278 RuleMatcher &Rule;
3468 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan()
5612 for (RuleMatcher &Rule : Rules) { in buildMatchTable()
5695 std::vector<RuleMatcher> Rules; in run()
5942 llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) { in run()
[all …]