Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp554 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in llvm::gi::SwitchMatcher
569 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()
623 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()
H A DGlobalISelMatchTable.h449 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);