LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
BinaryRecipe_match (Op0_t Op0, Op1_t Op1) | |
bool | match (const VPValue *V) |
bool | match (const VPSingleDefRecipe *R) |
bool | match (const VPRecipeBase *R) |
Public Attributes | |
Op0_t | Op0 |
Op1_t | Op1 |
Definition at line 162 of file VPlanPatternMatch.h.
|
inline |
Definition at line 166 of file VPlanPatternMatch.h.
|
inline |
|
inline |
Definition at line 173 of file VPlanPatternMatch.h.
References llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::match().
|
inline |
Definition at line 168 of file VPlanPatternMatch.h.
References llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::match().
Referenced by llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::match().
Op0_t llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::Op0 |
Definition at line 163 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::match().
Op1_t llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::Op1 |
Definition at line 164 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, Commutative, RecipeTys >::match().