Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp106 raw_ostream &OS, ArrayRef<Record *> ComplexOperandMatchers) { in emitComplexPredicates() argument
111 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
119 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
177 ArrayRef<RuleMatcher> Rules, ArrayRef<Record *> ComplexOperandMatchers, in emitExecutorImpl() argument
182 emitComplexPredicates(OS, ComplexOperandMatchers); in emitExecutorImpl()
H A DGlobalISelMatchTableExecutorEmitter.h45 ArrayRef<Record *> ComplexOperandMatchers);
209 ArrayRef<Record *> ComplexOperandMatchers,