MLIR  18.0.0git
Static Public Member Functions | List of all members
mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< OpState, T >::value > > Struct Template Reference

#include "mlir/IR/PatternMatch.h"

+ Inheritance diagram for mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< OpState, T >::value > >:

Static Public Member Functions

static T processAsArg (Operation *value)
 
- Static Public Member Functions inherited from mlir::detail::pdl_function_builder::ProcessDerivedPDLValue< T, Operation * >
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, Operation * baseValue, size_t argIdx)
 
static T processAsArg (Operation * baseValue)
 
static void processAsResult (PatternRewriter &, PDLResultList &results, T value)
 
- Static Public Member Functions inherited from mlir::detail::pdl_function_builder::ProcessPDLValueBasedOn< T, BaseT >
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, PDLValue pdlValue, size_t argIdx)
 
static T processAsArg (PDLValue pdlValue)
 
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, BaseT value, size_t argIdx)
 Explicitly add the expected parent API to ensure the parent class implements the necessary API (and doesn't implicitly inherit it from somewhere else). More...
 
static T processAsArg (BaseT baseValue)
 

Detailed Description

template<typename T>
struct mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< OpState, T >::value > >

Definition at line 1241 of file PatternMatch.h.

Member Function Documentation

◆ processAsArg()

template<typename T >
static T mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< OpState, T >::value > >::processAsArg ( Operation value)
inlinestatic

Definition at line 1243 of file PatternMatch.h.


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