Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp682 virtual bool hasFirstCondition() const = 0;
759 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function in __anon7790e1cf0111::GroupMatcher
808 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function in __anon7790e1cf0111::SwitchMatcher
996 bool hasFirstCondition() const override;
6048 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in __anon7790e1cf0111::RuleMatcher
6122 if (!Candidate.hasFirstCondition()) in addMatcher()
6142 if (!Rule->hasFirstCondition()) in finalize()
6215 if (!Candidate.hasFirstCondition()) in addMatcher()