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.h326 virtual bool hasFirstCondition() const = 0;
394 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function
445 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function
680 bool hasFirstCondition() const override;
H A DGlobalISelMatchTable.cpp472 if (!Candidate.hasFirstCondition()) in addMatcher()
492 if (!Rule->hasFirstCondition()) in finalize()
593 if (!Candidate.hasFirstCondition()) in addMatcher()
751 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in llvm::gi::RuleMatcher