Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3001 Error importRulePredicates(RuleMatcher &M, ArrayRef<Predicate> Predicates);
3142 GlobalISelEmitter::importRulePredicates(RuleMatcher &M, in importRulePredicates() function in __anon7e76e5f80111::GlobalISelEmitter
3837 if (auto Error = importRulePredicates(M, P.getPredicates())) in runOnPattern()