Searched refs:Table2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFoldTables.cpp | 104 CHECK_SORTED_UNIQUE(Table2) in lookupFoldTableImpl() 135 FoldTable = ArrayRef(Table2); in lookupFoldTable() 184 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 190 FoldTable Table2; member in __anon982d773b0111::X86FoldTablesEmitter 587 : addEntryWithFlags(Table2, RegInst, MemInst, S, 2, IsManual); in updateTables() 741 CheckMemFoldTable(Table2); in run() 754 PRINT_TABLE(Table2) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.h | 121 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2,
|
| H A D | AMDGPUDisassembler.cpp | 482 AMDGPUDisassembler::tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() argument 485 for (const uint8_t *T : {Table1, Table2}) { in tryDecodeInst()
|