Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTableExecutorEmitter.cpp108 raw_ostream &OS, ArrayRef<Record *> ComplexOperandMatchers) { in emitComplexPredicates() argument
113 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
121 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
179 ArrayRef<RuleMatcher> Rules, ArrayRef<Record *> ComplexOperandMatchers, in emitExecutorImpl() argument
184 emitComplexPredicates(OS, ComplexOperandMatchers); in emitExecutorImpl()
H A DGlobalISelMatchTableExecutorEmitter.h45 ArrayRef<Record *> ComplexOperandMatchers);
213 ArrayRef<Record *> ComplexOperandMatchers,