LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
BinaryOpc_match (unsigned Opcode, const LHS_P &LHS, const RHS_P &RHS) | |
template<typename OpTy > | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
unsigned | Opc |
LHS_P | L |
RHS_P | R |
Definition at line 414 of file MIPatternMatch.h.
|
inline |
Definition at line 419 of file MIPatternMatch.h.
|
inline |
Definition at line 422 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumDefs(), llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::Opc, and llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::R.
LHS_P llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::L |
Definition at line 416 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::match().
unsigned llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::Opc |
Definition at line 415 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::match().
RHS_P llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::R |
Definition at line 417 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::match().