Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp103 CHECK_SORTED_UNIQUE(Table1) in lookupFoldTableImpl()
133 FoldTable = ArrayRef(Table1); in lookupFoldTable()
180 for (const X86FoldTableEntry &Entry : Table1) in X86MemUnfoldTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp189 FoldTable Table1; member in __anon982d773b0111::X86FoldTablesEmitter
582 : addEntryWithFlags(Table1, RegInst, MemInst, S, 1, IsManual); in updateTables()
740 CheckMemFoldTable(Table1); in run()
753 PRINT_TABLE(Table1) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h159 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() argument
162 for (const uint8_t *T : {Table1, Table2}) { in tryDecodeInst()