Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp659 class RuleMatcher;
807 class RuleMatcher : public Matcher { class
873 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon0a286f430111::RuleMatcher
878 RuleMatcher(RuleMatcher &&Other) = default;
879 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 …]