LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
ICstOrSplatMatch (ConstT &C) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
ConstT & | CR |
Definition at line 125 of file MIPatternMatch.h.
|
inline |
Definition at line 127 of file MIPatternMatch.h.
References llvm::CallingConv::C, and CR.
|
inline |
Definition at line 128 of file MIPatternMatch.h.
References CR, llvm::MIPatternMatch::matchConstant(), llvm::MIPatternMatch::matchConstantSplat(), MRI, and Reg.
ConstT& llvm::MIPatternMatch::ICstOrSplatMatch< ConstT >::CR |
Definition at line 126 of file MIPatternMatch.h.
Referenced by ICstOrSplatMatch(), and match().