LLVM 17.0.0git
|
#include "Target/X86/MCTargetDesc/X86InstrRelaxTables.h"
Public Member Functions | |
bool | operator< (const X86InstrRelaxTableEntry &RHS) const |
bool | operator== (const X86InstrRelaxTableEntry &RHS) const |
Public Attributes | |
uint16_t | KeyOp |
uint16_t | DstOp |
Friends | |
bool | operator< (const X86InstrRelaxTableEntry &TE, unsigned Opcode) |
Definition at line 23 of file X86InstrRelaxTables.h.
|
inline |
Definition at line 27 of file X86InstrRelaxTables.h.
|
inline |
Definition at line 30 of file X86InstrRelaxTables.h.
|
friend |
Definition at line 33 of file X86InstrRelaxTables.h.
uint16_t llvm::X86InstrRelaxTableEntry::DstOp |
Definition at line 25 of file X86InstrRelaxTables.h.
uint16_t llvm::X86InstrRelaxTableEntry::KeyOp |
Definition at line 24 of file X86InstrRelaxTables.h.
Referenced by operator<(), and operator==().