|
LLVM 24.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| BinaryOp_match (const LHS_P &LHS, const RHS_P &RHS) | |
| BinaryOp_match (const LHS_P &LHS, const RHS_P &RHS, MIFlagsRef FlagsOut) | |
| template<typename OpTy> | |
| bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
| LHS_P | L |
| RHS_P | R |
| uint32_t * | FlagsOut = nullptr |
Definition at line 746 of file MIPatternMatch.h.
|
inline |
|
inline |
Definition at line 756 of file MIPatternMatch.h.
References FlagsOut, llvm::MachineInstr::getFlags(), llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), and R.
| uint32_t* llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::FlagsOut = nullptr |
Definition at line 750 of file MIPatternMatch.h.
Referenced by BinaryOp_match(), and match().
| LHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::L |
Definition at line 747 of file MIPatternMatch.h.
Referenced by BinaryOp_match(), BinaryOp_match(), and match().
| RHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable, Flags >::R |
Definition at line 748 of file MIPatternMatch.h.
Referenced by BinaryOp_match(), BinaryOp_match(), and match().