Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h313 virtual bool hasFirstCondition() const = 0;
381 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function
446 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function
690 bool hasFirstCondition() const override;
H A DGlobalISelMatchTable.cpp480 if (!Candidate.hasFirstCondition()) in addMatcher()
500 if (!Rule->hasFirstCondition()) in finalize()
601 if (!Candidate.hasFirstCondition()) in addMatcher()
756 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in llvm::gi::RuleMatcher