LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< MachineOperand > Struct Reference

#include "llvm/CodeGen/MachineOperand.h"

Static Public Member Functions

static MachineOperand getEmptyKey ()
 
static MachineOperand getTombstoneKey ()
 
static unsigned getHashValue (const MachineOperand &MO)
 
static bool isEqual (const MachineOperand &LHS, const MachineOperand &RHS)
 

Detailed Description

Definition at line 1019 of file MachineOperand.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1020 of file MachineOperand.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< MachineOperand >::getHashValue ( const MachineOperand MO)
inlinestatic

Definition at line 1028 of file MachineOperand.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 1024 of file MachineOperand.h.

◆ isEqual()

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

Definition at line 1031 of file MachineOperand.h.

References LHS, and RHS.


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