Searched refs:ComplexPredicates (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutor.h | 630 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy() 633 ComplexPredicates(ComplexPredicates), in ExecInfoTy() 641 const ComplexMatcherMemFn *ComplexPredicates; member
|
| H A D | GIMatchTableExecutorImpl.h | 806 (Exec.*ExecInfo.ComplexPredicates[ComplexPredicateID])( in executeMatchTable()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 2460 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 D | GlobalISelCombinerEmitter.cpp | 2657 std::vector<Record *> ComplexPredicates; in run() local 2687 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()
|