LLVM: llvm::MIPatternMatch::bind_helper< MachineInstr * > Struct Reference (original) (raw)

#include "[llvm/CodeGen/GlobalISel/MIPatternMatch.h](MIPatternMatch%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MIPatternMatch::bind_helper< MachineInstr * >:

[legend]

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 366 of file MIPatternMatch.h.

Member Function Documentation

bind() [1/2]

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

Definition at line 374 of file MIPatternMatch.h.

References MI, and MRI.

bind() [2/2]

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

Definition at line 367 of file MIPatternMatch.h.

References MI, MRI, and Reg.


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