|
LLVM 24.0.0git
|
Match a load of type Class, binding its pointer operand (like IR's m_Load), and optionally the instruction and/or its MachineMemOperand.
More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| LoadOp_match (const PtrP &Ptr) | |
| LoadOp_match (const PtrP &Ptr, MMORef MMO) | |
| LoadOp_match (Class *&Inst, const PtrP &Ptr) | |
| LoadOp_match (Class *&Inst, const PtrP &Ptr, MMORef MMO) | |
| bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
| PtrP | Ptr |
| Class ** | InstOut = nullptr |
| const MachineMemOperand ** | MMOOut = nullptr |
Match a load of type Class, binding its pointer operand (like IR's m_Load), and optionally the instruction and/or its MachineMemOperand.
Definition at line 592 of file MIPatternMatch.h.
|
inline |
Definition at line 597 of file MIPatternMatch.h.
References Ptr.
|
inline |
Definition at line 598 of file MIPatternMatch.h.
|
inline |
Definition at line 599 of file MIPatternMatch.h.
|
inline |
Definition at line 600 of file MIPatternMatch.h.
|
inline |
Definition at line 603 of file MIPatternMatch.h.
References llvm::dyn_cast(), InstOut, llvm::Load, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MMOOut, Ptr, and Reg.
| Class** llvm::MIPatternMatch::LoadOp_match< Class, PtrP >::InstOut = nullptr |
Definition at line 594 of file MIPatternMatch.h.
Referenced by LoadOp_match(), LoadOp_match(), and match().
| const MachineMemOperand** llvm::MIPatternMatch::LoadOp_match< Class, PtrP >::MMOOut = nullptr |
Definition at line 595 of file MIPatternMatch.h.
Referenced by LoadOp_match(), LoadOp_match(), and match().
| PtrP llvm::MIPatternMatch::LoadOp_match< Class, PtrP >::Ptr |
Definition at line 593 of file MIPatternMatch.h.
Referenced by LoadOp_match(), LoadOp_match(), LoadOp_match(), LoadOp_match(), and match().