Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp623 class RuleMatcher;
771 class RuleMatcher : public Matcher { class
828 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon7e76e5f80111::RuleMatcher
833 RuleMatcher(RuleMatcher &&Other) = default;
834 RuleMatcher &operator=(RuleMatcher &&Other) = default;
934 uint64_t RuleMatcher::NextRuleID = 0;
1869 RuleMatcher &Rule;
2881 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan()
4174 for (RuleMatcher &Rule : Rules) { in buildMatchTable()
4259 std::vector<RuleMatcher> Rules; in run()
[all …]