| 
    MLIR 22.0.0git
    
   | 
 
An automatic allocation-scope resource that is valid in the context of a parent AutomaticAllocationScope trait. More...
#include "mlir/Interfaces/SideEffectInterfaces.h"
Public Member Functions | |
| StringRef | getName () final | 
| Return a string name of the resource.   | |
| Public Member Functions inherited from mlir::SideEffects::Resource | |
| virtual | ~Resource ()=default | 
| TypeID | getResourceID () const | 
| Return the unique identifier for the base resource class.   | |
Additional Inherited Members | |
| Public Types inherited from mlir::SideEffects::Resource::Base< AutomaticAllocationScopeResource > | |
| using | BaseT | 
| Static Public Member Functions inherited from mlir::SideEffects::Resource::Base< AutomaticAllocationScopeResource > | |
| static AutomaticAllocationScopeResource * | get () | 
| Returns a unique instance for the given effect class.   | |
| static TypeID | getResourceID () | 
| Return the unique identifier for the base resource class.   | |
| static bool | classof (const Resource *resource) | 
| 'classof' used to support llvm style cast functionality.   | |
| Protected Member Functions inherited from mlir::SideEffects::Resource::Base< AutomaticAllocationScopeResource > | |
| Base () | |
| Protected Member Functions inherited from mlir::SideEffects::Resource | |
| Resource (TypeID id) | |
An automatic allocation-scope resource that is valid in the context of a parent AutomaticAllocationScope trait.
Definition at line 128 of file SideEffectInterfaces.h.
      
  | 
  inlinefinalvirtual | 
Return a string name of the resource.
Implements mlir::SideEffects::Resource.
Definition at line 130 of file SideEffectInterfaces.h.