LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< MemOpKey > Struct Template Reference

Public Types

using PtrInfo = DenseMapInfo< const MachineOperand * >
 

Static Public Member Functions

static MemOpKey getEmptyKey ()
 
static MemOpKey getTombstoneKey ()
 
static unsigned getHashValue (const MemOpKey &Val)
 
static bool isEqual (const MemOpKey &LHS, const MemOpKey &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< MemOpKey >

Definition at line 116 of file X86OptimizeLEAs.cpp.

Member Typedef Documentation

◆ PtrInfo

Definition at line 117 of file X86OptimizeLEAs.cpp.

Member Function Documentation

◆ getEmptyKey()

static MemOpKey llvm::DenseMapInfo< MemOpKey >::getEmptyKey ( )
inlinestatic

Definition at line 119 of file X86OptimizeLEAs.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< MemOpKey >::getHashValue ( const MemOpKey &  Val)
inlinestatic

◆ getTombstoneKey()

static MemOpKey llvm::DenseMapInfo< MemOpKey >::getTombstoneKey ( )
inlinestatic

Definition at line 125 of file X86OptimizeLEAs.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< MemOpKey >::isEqual ( const MemOpKey &  LHS,
const MemOpKey &  RHS 
)
inlinestatic

Definition at line 174 of file X86OptimizeLEAs.cpp.


The documentation for this struct was generated from the following file: