|
LLVM 22.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 509 of file MIPatternMatch.h.
|
inline |
|
inline |
Definition at line 517 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumDefs(), llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, Opc, and R.
| LHS_P llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::L |
Definition at line 511 of file MIPatternMatch.h.
Referenced by BinaryOpc_match(), and match().
| unsigned llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::Opc |
Definition at line 510 of file MIPatternMatch.h.
Referenced by BinaryOpc_match(), and match().
| RHS_P llvm::MIPatternMatch::BinaryOpc_match< LHS_P, RHS_P, Commutable >::R |
Definition at line 512 of file MIPatternMatch.h.
Referenced by BinaryOpc_match(), and match().