Searched refs:ComplexPredicates (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutor.h | 612 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy() 615 ComplexPredicates(ComplexPredicates), in ExecInfoTy() 623 const ComplexMatcherMemFn *ComplexPredicates; member
|
| H A D | GIMatchTableExecutorImpl.h | 778 (Exec.*ExecInfo.ComplexPredicates[ComplexPredicateID])( in executeMatchTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 2435 std::vector<Record *> ComplexPredicates = in run() local 2437 llvm::sort(ComplexPredicates, orderByName); in run() 2485 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()
|
| H A D | GlobalISelCombinerEmitter.cpp | 2984 std::vector<Record *> ComplexPredicates; in run() local 3014 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()
|