MLIR 22.0.0git
mlir::transform::AtMostOneOpMatcherOpTrait< OpTy > Class Template Reference

#include "mlir/Dialect/Transform/Interfaces/MatchInterfaces.h"

Inheritance diagram for mlir::transform::AtMostOneOpMatcherOpTrait< OpTy >:

Public Member Functions

DiagnosedSilenceableFailure apply (TransformRewriter &rewriter, TransformResults &results, TransformState &state)
void getEffects (SmallVectorImpl< MemoryEffects::EffectInstance > &effects)

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)

Additional Inherited Members

Protected Member Functions inherited from mlir::OpTrait::TraitBase< OpTy, AtMostOneOpMatcherOpTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on.

Detailed Description

template<typename OpTy>
class mlir::transform::AtMostOneOpMatcherOpTrait< OpTy >

Definition at line 42 of file MatchInterfaces.h.

Member Function Documentation

◆ apply()

◆ getEffects()

◆ verifyTrait()

template<typename OpTy>
LogicalResult mlir::transform::AtMostOneOpMatcherOpTrait< OpTy >::verifyTrait ( Operation * op)
inlinestatic

Definition at line 59 of file MatchInterfaces.h.

References mlir::Operation::emitError(), mlir::Value::getType(), and success().


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