Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp1293 RM.addRequiredSimplePredicate(getIsEnabledPredicateEnumName(RuleID)); in addRuleMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h562 void addRequiredSimplePredicate(StringRef PredName);
H A DGlobalISelMatchTable.cpp860 void RuleMatcher::addRequiredSimplePredicate(StringRef PredName) { in addRequiredSimplePredicate() function in llvm::gi::RuleMatcher