Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp104 CHECK_SORTED_UNIQUE(Table2) in lookupFoldTableImpl()
137 FoldTable = ArrayRef(Table2); in lookupFoldTable()
169 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp193 FoldTable Table2; member in __anonb418af310111::X86FoldTablesEmitter
603 : addEntryWithFlags(Table2, RegInst, MemInst, S, 2, IsManual); in updateTables()
758 CheckMemFoldTable(Table2); in run()
771 PRINT_TABLE(Table2) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h150 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() argument
153 for (const uint8_t *T : {Table1, Table2}) { in tryDecodeInst()