Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h415 virtual const int64_t *getMatchTable() const { in getMatchTable() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td96 // 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/
DX86GenGlobalISel.inc24 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/
DMipsGenGlobalISel.inc24 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/
DARMGenGlobalISel.inc24 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/
DAArch64GenGlobalISel.inc24 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 {