CIRCT
20.0.0git
|
Classify operations that are InnerRefNamespace-like, until structure is in place to do this via Traits. More...
#include <HWOpInterfaces.h>
Static Public Member Functions | |
static bool | classof (mlir::Operation *op) |
Return if this operation is explicitly an IRN or appears compatible. More... | |
static bool | classof (const mlir::RegisteredOperationName *opInfo) |
Return if this operation is explicitly an IRN or appears compatible. More... | |
Classify operations that are InnerRefNamespace-like, until structure is in place to do this via Traits.
Useful for getParentOfType<>, or scheduling passes. Prefer putting the trait on operations here or downstream.
Definition at line 45 of file HWOpInterfaces.h.
|
static |
Return if this operation is explicitly an IRN or appears compatible.
Definition at line 264 of file InnerSymbolTable.cpp.
|
static |
Return if this operation is explicitly an IRN or appears compatible.
Definition at line 259 of file InnerSymbolTable.cpp.