Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h630 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy()
633 ComplexPredicates(ComplexPredicates), in ExecInfoTy()
641 const ComplexMatcherMemFn *ComplexPredicates; member
H A DGIMatchTableExecutorImpl.h806 (Exec.*ExecInfo.ComplexPredicates[ComplexPredicateID])( in executeMatchTable()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2460 std::vector<Record *> ComplexPredicates = in run() local
2462 llvm::sort(ComplexPredicates, OrderByName); in run()
2509 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()
H A DGlobalISelCombinerEmitter.cpp2657 std::vector<Record *> ComplexPredicates; in run() local
2687 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()