|
LLVM
8.0.1
|
#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 56 of file X86InstrFoldTables.h.
|
inline |
Definition at line 61 of file X86InstrFoldTables.h.
References KeyOp.
|
inline |
Definition at line 64 of file X86InstrFoldTables.h.
References KeyOp.
|
friend |
Definition at line 67 of file X86InstrFoldTables.h.
| uint16_t llvm::X86MemoryFoldTableEntry::DstOp |
Definition at line 58 of file X86InstrFoldTables.h.
Referenced by llvm::X86InstrInfo::foldMemoryOperandImpl(), llvm::X86InstrInfo::getOpcodeAfterMemoryUnfold(), llvm::lookupFoldTable(), and llvm::X86InstrInfo::unfoldMemoryOperand().
| uint16_t llvm::X86MemoryFoldTableEntry::Flags |
Definition at line 59 of file X86InstrFoldTables.h.
Referenced by llvm::X86InstrInfo::foldMemoryOperandImpl(), llvm::X86InstrInfo::getOpcodeAfterMemoryUnfold(), llvm::lookupFoldTable(), lookupFoldTableImpl(), and llvm::X86InstrInfo::unfoldMemoryOperand().
| uint16_t llvm::X86MemoryFoldTableEntry::KeyOp |
Definition at line 57 of file X86InstrFoldTables.h.
Referenced by llvm::lookupFoldTable(), lookupFoldTableImpl(), operator<(), and operator==().
1.8.13