Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp106 raw_ostream &OS, ArrayRef<const Record *> ComplexOperandMatchers) { in emitComplexPredicates() argument
111 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
119 for (const auto &Record : ComplexOperandMatchers) in emitComplexPredicates()
178 ArrayRef<const Record *> ComplexOperandMatchers, in emitExecutorImpl() argument
183 emitComplexPredicates(OS, ComplexOperandMatchers); in emitExecutorImpl()
H A DGlobalISelMatchTableExecutorEmitter.h45 ArrayRef<const Record *> ComplexOperandMatchers);
233 ArrayRef<const Record *> ComplexOperandMatchers,