MLIR  19.0.0git
Classes | Typedefs
mlir::MemoryEffects Namespace Reference

Classes

struct  Effect
 This class represents the base class used for memory effects. More...
 
struct  Allocate
 The following effect indicates that the operation allocates from some resource. More...
 
struct  Free
 The following effect indicates that the operation frees some resource that has been allocated. More...
 
struct  Read
 The following effect indicates that the operation reads from some resource. More...
 
struct  Write
 The following effect indicates that the operation writes to some resource. More...
 

Typedefs

using EffectInstance = SideEffects::EffectInstance< Effect >
 

Typedef Documentation

◆ EffectInstance

Definition at line 324 of file SideEffectInterfaces.h.