Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp628 virtual bool hasFirstCondition() const = 0;
705 bool hasFirstCondition() const override { return !Conditions.empty(); } in hasFirstCondition() function in __anon0c06086d0111::GroupMatcher
754 bool hasFirstCondition() const override { return false; } in hasFirstCondition() function in __anon0c06086d0111::SwitchMatcher
914 bool hasFirstCondition() const override;
4600 bool RuleMatcher::hasFirstCondition() const { in hasFirstCondition() function in __anon0c06086d0111::RuleMatcher
4674 if (!Candidate.hasFirstCondition()) in addMatcher()
4694 if (!Rule->hasFirstCondition()) in finalize()
4767 if (!Candidate.hasFirstCondition()) in addMatcher()