|
MLIR 22.0.0git
|
The following effect indicates that the operation writes to some resource. More...
#include "mlir/Interfaces/SideEffectInterfaces.h"
Additional Inherited Members | |
| Public Types inherited from mlir::SideEffects::Effect::Base< DerivedEffect, Effect > | |
| using | BaseT |
| Public Member Functions inherited from mlir::SideEffects::Effect | |
| TypeID | getEffectID () const |
| Return the unique identifier for the base effects class. | |
| Static Public Member Functions inherited from mlir::SideEffects::Effect::Base< DerivedEffect, Effect > | |
| static TypeID | getEffectID () |
| Return the unique identifier for the base effects class. | |
| static bool | classof (const ::mlir::SideEffects::Effect *effect) |
| 'classof' used to support llvm style cast functionality. | |
| static DerivedEffect * | get () |
| Returns a unique instance for the derived effect class. | |
| Static Public Member Functions inherited from mlir::SideEffects::Effect | |
| template<typename DerivedEffect> | |
| static DerivedEffect * | get () |
| Returns a unique instance for the given effect class. | |
| Protected Member Functions inherited from mlir::SideEffects::Effect::Base< DerivedEffect, Effect > | |
| Base () | |
| Protected Member Functions inherited from mlir::SideEffects::Effect | |
| Effect (TypeID id) | |
The following effect indicates that the operation writes to some resource.
A 'write' effect implies only mutating a resource, and not any visible dereference or read.
Definition at line 379 of file SideEffectInterfaces.h.