LLVM 17.0.0git
|
#include "Target/X86/X86InstrFoldTables.h"
Public Member Functions | |
bool | operator< (const X86MemoryFoldTableEntry &RHS) const |
bool | operator== (const X86MemoryFoldTableEntry &RHS) const |
Public Attributes | |
uint16_t | KeyOp |
uint16_t | DstOp |
uint16_t | Flags |
Friends | |
bool | operator< (const X86MemoryFoldTableEntry &TE, unsigned Opcode) |
Definition at line 68 of file X86InstrFoldTables.h.
|
inline |
Definition at line 73 of file X86InstrFoldTables.h.
|
inline |
Definition at line 76 of file X86InstrFoldTables.h.
|
friend |
Definition at line 79 of file X86InstrFoldTables.h.
uint16_t llvm::X86MemoryFoldTableEntry::DstOp |
Definition at line 70 of file X86InstrFoldTables.h.
uint16_t llvm::X86MemoryFoldTableEntry::Flags |
Definition at line 71 of file X86InstrFoldTables.h.
uint16_t llvm::X86MemoryFoldTableEntry::KeyOp |
Definition at line 69 of file X86InstrFoldTables.h.
Referenced by operator<(), and operator==().