|
LLVM 24.0.0git
|
Matches a G_SHUFFLE_VECTOR, binding its two source operands and its mask. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| ShuffleVectorMatch (const Src1Ty &Src1, const Src2Ty &Src2, ArrayRef< int > &Mask) | |
| bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
| Src1Ty | Src1 |
| Src2Ty | Src2 |
| ArrayRef< int > & | Mask |
Matches a G_SHUFFLE_VECTOR, binding its two source operands and its mask.
Definition at line 697 of file MIPatternMatch.h.
|
inline |
Definition at line 702 of file MIPatternMatch.h.
|
inline |
Definition at line 705 of file MIPatternMatch.h.
References llvm::dyn_cast(), llvm::MIPatternMatch::m_MInstr(), Mask, llvm::MIPatternMatch::mi_match(), Reg, Src1, and Src2.
| ArrayRef<int>& llvm::MIPatternMatch::ShuffleVectorMatch< Src1Ty, Src2Ty >::Mask |
Definition at line 700 of file MIPatternMatch.h.
Referenced by match(), and ShuffleVectorMatch().
| Src1Ty llvm::MIPatternMatch::ShuffleVectorMatch< Src1Ty, Src2Ty >::Src1 |
Definition at line 698 of file MIPatternMatch.h.
Referenced by match(), and ShuffleVectorMatch().
| Src2Ty llvm::MIPatternMatch::ShuffleVectorMatch< Src1Ty, Src2Ty >::Src2 |
Definition at line 699 of file MIPatternMatch.h.
Referenced by match(), and ShuffleVectorMatch().