Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h612 const ComplexMatcherMemFn *ComplexPredicates, in ExecInfoTy()
615 ComplexPredicates(ComplexPredicates), in ExecInfoTy()
623 const ComplexMatcherMemFn *ComplexPredicates; member
H A DGIMatchTableExecutorImpl.h778 (Exec.*ExecInfo.ComplexPredicates[ComplexPredicateID])( in executeMatchTable()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2435 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 DGlobalISelCombinerEmitter.cpp2984 std::vector<Record *> ComplexPredicates; in run() local
3014 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates, in run()