Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp822 class RuleMatcher : public Matcher { class
888 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon7790e1cf0111::RuleMatcher
891 RuleMatcher(RuleMatcher &&Other) = default;
892 RuleMatcher &operator=(RuleMatcher &&Other) = default;
987 bool isHigherPriorityThan(const RuleMatcher &B) const;
1013 uint64_t RuleMatcher::NextRuleID = 0;
1015 using action_iterator = RuleMatcher::action_iterator;
1157 RuleMatcher &Rule) const = 0;
1230 RuleMatcher &Rule) const override;
1282 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
[all …]