CIRCT 20.0.0git
|
#include <FIRRTLIntrinsics.h>
Public Member Functions | |
void | convert (GenericIntrinsic gi, GenericIntrinsicOpAdaptor adaptor, PatternRewriter &rewriter) final |
Transform the intrinsic to its implementation. | |
![]() | |
virtual void | anchor () |
virtual | ~IntrinsicConverter ()=default |
virtual bool | check (GenericIntrinsic gi) |
Checks whether the intrinsic is well-formed. | |
virtual LogicalResult | checkAndConvert (GenericIntrinsic gi, GenericIntrinsicOpAdaptor adaptor, PatternRewriter &rewriter) |
Perform both check and convert, defaults to using check() and convert(). | |
Definition at line 232 of file FIRRTLIntrinsics.h.
|
inlinefinalvirtual |
Transform the intrinsic to its implementation.
Handles the simple case of just forwarding to new op kind.
Reimplemented from circt::firrtl::IntrinsicConverter.
Definition at line 236 of file FIRRTLIntrinsics.h.