CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
RuntimeModelOpLowering Struct Reference
Inheritance diagram for RuntimeModelOpLowering:
Inheritance graph
[legend]
Collaboration diagram for RuntimeModelOpLowering:
Collaboration graph
[legend]

Public Member Functions

LLVM::GlobalOp buildTraceInfoStruct (arc::RuntimeModelOp &op, ConversionPatternRewriter &rewriter) const
 
LogicalResult matchAndRewrite (arc::RuntimeModelOp op, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const final
 

Static Public Attributes

static constexpr uint64_t runtimeApiVersion = ARC_RUNTIME_API_VERSION
 

Detailed Description

Definition at line 994 of file LowerArcToLLVM.cpp.

Member Function Documentation

◆ buildTraceInfoStruct()

LLVM::GlobalOp RuntimeModelOpLowering::buildTraceInfoStruct ( arc::RuntimeModelOp &  op,
ConversionPatternRewriter &  rewriter 
) const
inline

◆ matchAndRewrite()

LogicalResult RuntimeModelOpLowering::matchAndRewrite ( arc::RuntimeModelOp  op,
OpAdaptor  adaptor,
ConversionPatternRewriter &  rewriter 
) const
inlinefinal

Definition at line 1103 of file LowerArcToLLVM.cpp.

References buildTraceInfoStruct(), and runtimeApiVersion.

Member Data Documentation

◆ runtimeApiVersion

constexpr uint64_t RuntimeModelOpLowering::runtimeApiVersion = ARC_RUNTIME_API_VERSION
staticconstexpr

Definition at line 998 of file LowerArcToLLVM.cpp.

Referenced by matchAndRewrite().


The documentation for this struct was generated from the following file: