LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
BinaryOp_match (const LHS_P &LHS, const RHS_P &RHS) | |
template<typename OpTy > | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
LHS_P | L |
RHS_P | R |
Definition at line 479 of file MIPatternMatch.h.
|
inline |
Definition at line 483 of file MIPatternMatch.h.
|
inline |
Definition at line 485 of file MIPatternMatch.h.
References llvm::MachineInstr::getFlags(), llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, and llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::R.
LHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::L |
Definition at line 480 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::match().
RHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::R |
Definition at line 481 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::match().