|
LLVM 24.0.0git
|
Matches an op that binds a source operand and an immediate operand with sub-matchers (e.g. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| SrcImmOp_match (const SrcTy &LHS, const ImmTy &Imm) | |
| template<typename OpTy> | |
| bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
| SrcTy | L |
| ImmTy | Imm |
Matches an op that binds a source operand and an immediate operand with sub-matchers (e.g.
G_SEXT_INREG, G_ASSERT_ZEXT).
Definition at line 1033 of file MIPatternMatch.h.
|
inline |
Definition at line 1037 of file MIPatternMatch.h.
|
inline |
Definition at line 1039 of file MIPatternMatch.h.
References llvm::MachineOperand::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), Imm, L, llvm::MIPatternMatch::m_MInstr(), and llvm::MIPatternMatch::mi_match().
| ImmTy llvm::MIPatternMatch::SrcImmOp_match< SrcTy, ImmTy, Opcode >::Imm |
Definition at line 1035 of file MIPatternMatch.h.
Referenced by match(), and SrcImmOp_match().
| SrcTy llvm::MIPatternMatch::SrcImmOp_match< SrcTy, ImmTy, Opcode >::L |
Definition at line 1034 of file MIPatternMatch.h.
Referenced by match(), and SrcImmOp_match().