LLVM 20.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 643 of file MIPatternMatch.h.
|
inline |
Definition at line 648 of file MIPatternMatch.h.
|
inline |
Definition at line 652 of file MIPatternMatch.h.
References llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getPredicate(), llvm::MachineOperand::getReg(), llvm::CmpInst::getSwappedPredicate(), llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::L, LHS, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::P, llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::R, and RHS.
LHS_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::L |
Definition at line 645 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::match().
Pred_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::P |
Definition at line 644 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::match().
RHS_P llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::R |
Definition at line 646 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >::match().