LLVM 20.0.0git
|
#include "Target/X86/X86InstrFoldTables.h"
Public Member Functions | |
bool | operator< (const X86FoldTableEntry &RHS) const |
bool | operator== (const X86FoldTableEntry &RHS) const |
Public Attributes | |
unsigned | KeyOp |
unsigned | DstOp |
uint16_t | Flags |
Friends | |
bool | operator< (const X86FoldTableEntry &TE, unsigned Opcode) |
Definition at line 23 of file X86InstrFoldTables.h.
|
inline |
Definition at line 28 of file X86InstrFoldTables.h.
|
inline |
Definition at line 31 of file X86InstrFoldTables.h.
|
friend |
Definition at line 34 of file X86InstrFoldTables.h.
unsigned llvm::X86FoldTableEntry::DstOp |
Definition at line 25 of file X86InstrFoldTables.h.
uint16_t llvm::X86FoldTableEntry::Flags |
Definition at line 26 of file X86InstrFoldTables.h.
unsigned llvm::X86FoldTableEntry::KeyOp |
Definition at line 24 of file X86InstrFoldTables.h.
Referenced by operator<(), and operator==().