Home
last modified time | relevance | path

Searched refs:ComplexPredicates (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h660 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy()
663 ComplexPredicates(ComplexPredicates), in ExecInfoTy()
671 const ComplexMatcherMemFn *ComplexPredicates; member
H A DGIMatchTableExecutorImpl.h844 (Exec.*ExecInfo.ComplexPredicates[ComplexPredicateID])( in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp2475 std::vector<const Record *> ComplexPredicates = in run() local
2477 llvm::sort(ComplexPredicates, OrderByName); in run()
2524 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()