LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
template<typename... OpTy> | |
Recipe_match (OpTy... Ops) | |
bool | match (const VPValue *V) const |
bool | match (const VPSingleDefRecipe *R) const |
bool | match (const VPRecipeBase *R) const |
Public Attributes | |
Ops_t | Ops |
Definition at line 246 of file VPlanPatternMatch.h.
|
inline |
Definition at line 249 of file VPlanPatternMatch.h.
|
inline |
Definition at line 265 of file VPlanPatternMatch.h.
|
inline |
Definition at line 261 of file VPlanPatternMatch.h.
|
inline |
Definition at line 256 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::Recipe_match< std::tuple< OpTys... >, Opcode, false, VPWidenRecipe, VPReplicateRecipe, VPWidenCastRecipe, VPInstruction, VPWidenSelectRecipe >::match(), and llvm::VPlanPatternMatch::Recipe_match< std::tuple< OpTys... >, Opcode, false, VPWidenRecipe, VPReplicateRecipe, VPWidenCastRecipe, VPInstruction, VPWidenSelectRecipe >::match().
Ops_t llvm::VPlanPatternMatch::Recipe_match< Ops_t, Opcode, Commutative, RecipeTys >::Ops |
Definition at line 247 of file VPlanPatternMatch.h.