Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp631 virtual bool hasFirstCondition() const = 0;
708 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function in __anon7e76e5f80111::GroupMatcher
757 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function in __anon7e76e5f80111::SwitchMatcher
917 bool hasFirstCondition() const override;
4591 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in __anon7e76e5f80111::RuleMatcher
4665 if (!Candidate.hasFirstCondition()) in addMatcher()
4685 if (!Rule->hasFirstCondition()) in finalize()
4758 if (!Candidate.hasFirstCondition()) in addMatcher()