LLVM  8.0.1
Public Member Functions | List of all members
llvm::MIPatternMatch::operand_type_match Struct Reference

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Member Functions

bool match (const MachineRegisterInfo &MRI, unsigned Reg)
 
bool match (const MachineRegisterInfo &MRI, MachineOperand *MO)
 

Detailed Description

Definition at line 64 of file MIPatternMatch.h.

Member Function Documentation

◆ match() [1/2]

bool llvm::MIPatternMatch::operand_type_match::match ( const MachineRegisterInfo MRI,
unsigned  Reg 
)
inline

Definition at line 65 of file MIPatternMatch.h.

◆ match() [2/2]

bool llvm::MIPatternMatch::operand_type_match::match ( const MachineRegisterInfo MRI,
MachineOperand MO 
)
inline

Definition at line 66 of file MIPatternMatch.h.

References llvm::MachineOperand::isReg().


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