Home
last modified time | relevance | path

Searched defs:popFirstCondition (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h382 std::unique_ptr<PredicateMatcher> popFirstCondition() override { popFirstCondition() function
434 std::unique_ptr<PredicateMatcher> popFirstCondition() override { popFirstCondition() function
H A DGlobalISelMatchTable.cpp782 std::unique_ptr<PredicateMatcher> RuleMatcher::popFirstCondition() { popFirstCondition() function in llvm::gi::RuleMatcher