LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::MIPatternMatch::bind_helper< MachineInstr * > Struct Reference

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

Static Public Member Functions

static bool bind (const MachineRegisterInfo &MRI, MachineInstr *&MI, Register Reg)
 
static bool bind (const MachineRegisterInfo &MRI, MachineInstr *&MI, MachineInstr *Inst)
 

Detailed Description

Definition at line 325 of file MIPatternMatch.h.

Member Function Documentation

◆ bind() [1/2]

static bool llvm::MIPatternMatch::bind_helper< MachineInstr * >::bind ( const MachineRegisterInfo MRI,
MachineInstr *&  MI,
MachineInstr Inst 
)
inlinestatic

Definition at line 333 of file MIPatternMatch.h.

References MI.

◆ bind() [2/2]

static bool llvm::MIPatternMatch::bind_helper< MachineInstr * >::bind ( const MachineRegisterInfo MRI,
MachineInstr *&  MI,
Register  Reg 
)
inlinestatic

Definition at line 326 of file MIPatternMatch.h.

References MI, MRI, and Reg.


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