Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp811 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);
6165 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anoncee47b830111::SwitchMatcher
6180 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()
6234 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()