Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3621 Error importRulePredicates(RuleMatcher &M, ArrayRef<Record *> Predicates);
3814 Error GlobalISelEmitter::importRulePredicates(RuleMatcher &M, in importRulePredicates() function in __anon7790e1cf0111::GlobalISelEmitter
5176 if (auto Error = importRulePredicates(M, Predicates)) in runOnPattern()