Home
last modified time | relevance | path

Searched refs:getMatchTable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A DContextlessPredicates.td23 // CHECK_NOPT-LABEL: const int64_t *MyTargetInstructionSelector::getMatchTable() const {
52 // CHECK_OPT-LABEL: const int64_t *MyTargetInstructionSelector::getMatchTable() const {
H A DGlobalISelEmitter.td82 // CHECK-NEXT: const int64_t *getMatchTable() const override;
227 // CHECK: if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI…
232 // CHECK-LABEL: MyTargetInstructionSelector::getMatchTable() const {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h534 virtual const int64_t *getMatchTable() const { in getMatchTable() function