LLVM: llvm::MIPatternMatch::bind_helper< const MachineInstr * (original) (raw)

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

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

[legend]

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

Detailed Description

Definition at line 381 of file MIPatternMatch.h.

Member Function Documentation

bind() [1/2]

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

Definition at line 387 of file MIPatternMatch.h.

References MI, and MRI.

bind() [2/2]

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

Definition at line 382 of file MIPatternMatch.h.

References MI, MRI, and Reg.


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