Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp796 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);
6091 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anon332dbd1e0111::SwitchMatcher
6106 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()
6160 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()