LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
CompareOp_match (const Pred_P &Pred, const LHS_P &LHS, const RHS_P &RHS) | |
template<typename OpTy> | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
Pred_P | P |
LHS_P | L |
RHS_P | R |
Definition at line 767 of file MIPatternMatch.h.
|
inline |
|
inline |
Definition at line 776 of file MIPatternMatch.h.
References llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::CmpInst::getSwappedPredicate(), L, LHS, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, P, R, and RHS.
LHS_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::L |
Definition at line 769 of file MIPatternMatch.h.
Referenced by CompareOp_match(), and match().
Pred_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::P |
Definition at line 768 of file MIPatternMatch.h.
Referenced by CompareOp_match(), and match().
RHS_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::R |
Definition at line 770 of file MIPatternMatch.h.
Referenced by CompareOp_match(), and match().