LLVM 24.0.0git
llvm::MIPatternMatch::GFrameIndexMatch Struct Reference

Matches a G_FRAME_INDEX, binding its frame index. More...

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

Public Member Functions

bool match (const MachineRegisterInfo &MRI, Register Reg)

Public Attributes

int & FI

Detailed Description

Matches a G_FRAME_INDEX, binding its frame index.

Definition at line 646 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

Member Data Documentation

◆ FI

int& llvm::MIPatternMatch::GFrameIndexMatch::FI

Definition at line 647 of file MIPatternMatch.h.

Referenced by match().


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