LLVM
15.0.0git
|
#include "X86InstrFoldTables.h"
#include "X86InstrInfo.h"
#include "llvm/ADT/STLExtras.h"
#include <vector>
Go to the source code of this file.
Functions | |
static const X86MemoryFoldTableEntry * | lookupFoldTableImpl (ArrayRef< X86MemoryFoldTableEntry > Table, unsigned RegOp) |
Variables | |
static const X86MemoryFoldTableEntry | MemoryFoldTable2Addr [] |
static const X86MemoryFoldTableEntry | MemoryFoldTable0 [] |
static const X86MemoryFoldTableEntry | MemoryFoldTable1 [] |
static const X86MemoryFoldTableEntry | MemoryFoldTable2 [] |
static const X86MemoryFoldTableEntry | MemoryFoldTable3 [] |
static const X86MemoryFoldTableEntry | MemoryFoldTable4 [] |
static const X86MemoryFoldTableEntry | BroadcastFoldTable2 [] |
static const X86MemoryFoldTableEntry | BroadcastFoldTable3 [] |
static ManagedStatic< X86MemUnfoldTable > | MemUnfoldTable |
|
static |
Definition at line 6022 of file X86InstrFoldTables.cpp.
References assert(), llvm::sys::path::begin(), BroadcastFoldTable2, BroadcastFoldTable3, llvm::Data, llvm::ArrayRef< T >::end(), llvm::sys::path::end(), llvm::is_sorted(), llvm::lower_bound(), MemoryFoldTable0, MemoryFoldTable1, MemoryFoldTable2, MemoryFoldTable2Addr, MemoryFoldTable3, MemoryFoldTable4, and llvm::TB_NO_FORWARD.
Referenced by llvm::lookupFoldTable(), and llvm::lookupTwoAddrFoldTable().
|
static |
Definition at line 5751 of file X86InstrFoldTables.cpp.
Referenced by lookupFoldTableImpl().
|
static |
Definition at line 5904 of file X86InstrFoldTables.cpp.
Referenced by lookupFoldTableImpl().
|
static |
Definition at line 254 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupFoldTable(), and lookupFoldTableImpl().
|
static |
Definition at line 446 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupFoldTable(), and lookupFoldTableImpl().
|
static |
Definition at line 1241 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupFoldTable(), and lookupFoldTableImpl().
|
static |
Definition at line 35 of file X86InstrFoldTables.cpp.
Referenced by lookupFoldTableImpl(), and llvm::lookupTwoAddrFoldTable().
|
static |
Definition at line 3112 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupFoldTable(), and lookupFoldTableImpl().
|
static |
Definition at line 4621 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupFoldTable(), and lookupFoldTableImpl().
|
static |
Definition at line 6162 of file X86InstrFoldTables.cpp.
Referenced by llvm::lookupUnfoldTable().