Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp679 virtual bool hasFirstCondition() const = 0;
756 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function in __anon612774070111::GroupMatcher
805 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function in __anon612774070111::SwitchMatcher
995 bool hasFirstCondition() const override;
5977 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in __anon612774070111::RuleMatcher
6051 if (!Candidate.hasFirstCondition()) in addMatcher()
6071 if (!Rule->hasFirstCondition()) in finalize()
6144 if (!Candidate.hasFirstCondition()) in addMatcher()