LLVM 17.0.0git
|
#include "X86InstrRelaxTables.h"
#include "X86InstrInfo.h"
#include "llvm/ADT/STLExtras.h"
#include <atomic>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
static const X86InstrRelaxTableEntry * | lookupRelaxTableImpl (ArrayRef< X86InstrRelaxTableEntry > Table, unsigned ShortOp) |
Variables | |
static const X86InstrRelaxTableEntry | InstrRelaxTable [] |
|
static |
Definition at line 95 of file X86InstrRelaxTables.cpp.
References assert(), llvm::Data, llvm::ArrayRef< T >::end(), InstrRelaxTable, llvm::is_sorted(), and llvm::lower_bound().
Referenced by llvm::lookupRelaxTable().
|
static |
Definition at line 24 of file X86InstrRelaxTables.cpp.
Referenced by llvm::lookupRelaxTable(), and lookupRelaxTableImpl().