MLIR
20.0.0git
|
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 > |
using mlir::MemoryEffects::EffectInstance = typedef SideEffects::EffectInstance<Effect> |
Definition at line 359 of file SideEffectInterfaces.h.