LLVM 19.0.0git
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, Register Reg)
 
bool match (const MachineRegisterInfo &MRI, MachineOperand *MO)
 

Detailed Description

Definition at line 263 of file MIPatternMatch.h.

Member Function Documentation

◆ match() [1/2]

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

Definition at line 265 of file MIPatternMatch.h.

References llvm::MachineOperand::isReg().

◆ match() [2/2]

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

Definition at line 264 of file MIPatternMatch.h.


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