Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3573 Error importRulePredicates(RuleMatcher &M, ArrayRef<Record *> Predicates);
3764 Error GlobalISelEmitter::importRulePredicates(RuleMatcher &M, in importRulePredicates() function in __anon1998b5b40111::GlobalISelEmitter
5108 if (auto Error = importRulePredicates(M, Predicates)) in runOnPattern()