|
MLIR 22.0.0git
|
#include "mlir/Dialect/OpenACC/OpenACC.h"
Public Member Functions | |
| mlir::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< RuntimeCounters > | |
| using | BaseT |
| Static Public Member Functions inherited from mlir::SideEffects::Resource::Base< RuntimeCounters > | |
| static RuntimeCounters * | 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< RuntimeCounters > | |
| Base () | |
| Protected Member Functions inherited from mlir::SideEffects::Resource | |
| Resource (TypeID id) | |
|
inlinefinalvirtual |
Return a string name of the resource.
Implements mlir::SideEffects::Resource.