Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h625 template <class PredicateBitset, class ComplexMatcherMemFn,
630 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy()
641 const ComplexMatcherMemFn *ComplexPredicates;
652 template <class TgtExecutor, class PredicateBitset, class ComplexMatcherMemFn,
655 const ExecInfoTy<PredicateBitset, ComplexMatcherMemFn,
H A DGIMatchTableExecutorImpl.h44 template <class TgtExecutor, class PredicateBitset, class ComplexMatcherMemFn,
48 const ExecInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument