LLVM
8.0.1
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
BinaryOp_match (const LHS_P &LHS, const RHS_P &RHS) | |
template<typename OpTy > | |
bool | match (MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
LHS_P | L |
RHS_P | R |
Definition at line 175 of file MIPatternMatch.h.
|
inline |
Definition at line 179 of file MIPatternMatch.h.
|
inline |
Definition at line 180 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MIPatternMatch::m_MInstr(), and llvm::MIPatternMatch::mi_match().
LHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::L |
Definition at line 176 of file MIPatternMatch.h.
RHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::R |
Definition at line 177 of file MIPatternMatch.h.