LLVM 20.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
TLI_pred_match (const PredFuncT &Pred, const Pattern &P) | |
template<typename MatchContext > | |
bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
Pattern | P |
PredFuncT | PredFunc |
Definition at line 184 of file SDPatternMatch.h.
|
inline |
Definition at line 188 of file SDPatternMatch.h.
|
inline |
Definition at line 192 of file SDPatternMatch.h.
References assert(), llvm::Pattern::match(), N, llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::P, and llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::PredFunc.
Pattern llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::P |
Definition at line 185 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::match().
PredFuncT llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::PredFunc |
Definition at line 186 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::match().