Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h607 template <class PredicateBitset, class ComplexMatcherMemFn,
612 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy()
623 const ComplexMatcherMemFn *ComplexPredicates;
634 template <class TgtExecutor, class PredicateBitset, class ComplexMatcherMemFn,
637 const ExecInfoTy<PredicateBitset, ComplexMatcherMemFn,
H A DGIMatchTableExecutorImpl.h44 template <class TgtExecutor, class PredicateBitset, class ComplexMatcherMemFn,
48 const ExecInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument