Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp658 class RuleMatcher;
806 class RuleMatcher : public Matcher { class
872 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon332dbd1e0111::RuleMatcher
877 RuleMatcher(RuleMatcher &&Other) = default;
878 RuleMatcher &operator=(RuleMatcher &&Other) = default;
973 bool isHigherPriorityThan(const RuleMatcher &B) const;
999 uint64_t RuleMatcher::NextRuleID = 0;
1001 using action_iterator = RuleMatcher::action_iterator;
1142 RuleMatcher &Rule) const = 0;
1213 RuleMatcher &Rule) const override;
[all …]