#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/Arc/ArcPasses.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/Arc/ArcPasses.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::arc |
| |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "arc-lower-arcs-to-funcs" |
◆ GEN_PASS_DEF_LOWERARCSTOFUNCS
| #define GEN_PASS_DEF_LOWERARCSTOFUNCS |
◆ populateLegality()
| static void populateLegality |
( |
ConversionTarget & |
target | ) |
|
|
static |
◆ populateOpConversion()
| static void populateOpConversion |
( |
RewritePatternSet & |
patterns, |
|
|
TypeConverter & |
typeConverter |
|
) |
| |
|
static |
◆ populateTypeConversion()
| static void populateTypeConversion |
( |
TypeConverter & |
typeConverter | ) |
|
|
static |