LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
UnaryRecipe_match (Op0_t Op0) | |
bool | match (const VPValue *V) |
bool | match (const VPRecipeBase *R) |
Public Attributes | |
Op0_t | Op0 |
Definition at line 132 of file VPlanPatternMatch.h.
|
inline |
Definition at line 135 of file VPlanPatternMatch.h.
|
inline |
Definition at line 142 of file VPlanPatternMatch.h.
References assert(), and llvm::VPlanPatternMatch::UnaryRecipe_match< Op0_t, Opcode, RecipeTys >::Op0.
|
inline |
Definition at line 137 of file VPlanPatternMatch.h.
References llvm::VPlanPatternMatch::UnaryRecipe_match< Op0_t, Opcode, RecipeTys >::match().
Referenced by llvm::VPlanPatternMatch::UnaryRecipe_match< Op0_t, Opcode, RecipeTys >::match().
Op0_t llvm::VPlanPatternMatch::UnaryRecipe_match< Op0_t, Opcode, RecipeTys >::Op0 |
Definition at line 133 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::UnaryRecipe_match< Op0_t, Opcode, RecipeTys >::match().