LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys > Struct Template Reference

#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
 

Detailed Description

template<typename Op0_t, typename Op1_t, unsigned Opcode, typename... RecipeTys>
struct llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >

Definition at line 162 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ BinaryRecipe_match()

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::BinaryRecipe_match ( Op0_t  Op0,
Op1_t  Op1 
)
inline

Definition at line 166 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match() [1/3]

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
bool llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::match ( const VPRecipeBase R)
inline

◆ match() [2/3]

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
bool llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::match ( const VPSingleDefRecipe R)
inline

◆ match() [3/3]

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
bool llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::match ( const VPValue V)
inline

Member Data Documentation

◆ Op0

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
Op0_t llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::Op0

◆ Op1

template<typename Op0_t , typename Op1_t , unsigned Opcode, typename... RecipeTys>
Op1_t llvm::VPlanPatternMatch::BinaryRecipe_match< Op0_t, Op1_t, Opcode, RecipeTys >::Op1

The documentation for this struct was generated from the following file: