LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
ClassifyOp_match (const LHS_P &LHS, const Test_P &Tst) | |
template<typename OpTy> | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
LHS_P | L |
Test_P | T |
Definition at line 801 of file MIPatternMatch.h.
|
inline |
Definition at line 805 of file MIPatternMatch.h.
|
inline |
Definition at line 808 of file MIPatternMatch.h.
References llvm::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), L, LHS, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, and T.
LHS_P llvm::MIPatternMatch::ClassifyOp_match< LHS_P, Test_P, Opcode >::L |
Definition at line 802 of file MIPatternMatch.h.
Referenced by ClassifyOp_match(), and match().
Test_P llvm::MIPatternMatch::ClassifyOp_match< LHS_P, Test_P, Opcode >::T |
Definition at line 803 of file MIPatternMatch.h.
Referenced by ClassifyOp_match(), and match().