Searched refs:getMatchTable (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 415 virtual const int64_t *getMatchTable() const { in getMatchTable() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 96 // CHECK-NEXT: const int64_t *getMatchTable() const override; 240 // CHECK: if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI… 245 // CHECK-LABEL: MyTargetInstructionSelector::getMatchTable() const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 24 const int64_t *getMatchTable() const override; 785 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab… 792 const int64_t *X86InstructionSelector::getMatchTable() const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 24 const int64_t *getMatchTable() const override; 535 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab… 542 const int64_t *MipsInstructionSelector::getMatchTable() const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 24 const int64_t *getMatchTable() const override; 714 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab… 721 const int64_t *ARMInstructionSelector::getMatchTable() const {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 24 const int64_t *getMatchTable() const override; 795 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab… 802 const int64_t *AArch64InstructionSelector::getMatchTable() const {
|