LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
UnaryOp_match (const SrcTy &LHS) | |
template<typename OpTy> | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
SrcTy | L |
Definition at line 677 of file MIPatternMatch.h.
|
inline |
Definition at line 680 of file MIPatternMatch.h.
|
inline |
Definition at line 682 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), and MRI.
SrcTy llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::L |
Definition at line 678 of file MIPatternMatch.h.
Referenced by match(), and UnaryOp_match().