#include "circt/Dialect/FIRRTL/FIRRTLAnnotations.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLTypes.h"
#include "circt/Dialect/FIRRTL/FIRRTLVisitors.h"
#include "circt/Dialect/FIRRTL/FieldRefCache.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Support/Debug.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Threading.h"
#include "mlir/IR/Visitors.h"
#include "mlir/Pass/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormatAdapters.h"
#include "llvm/Support/FormatVariadic.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::firrtl |
| |
|
| template<typename Range > |
| LogicalResult | walkMappings (Range &&range, bool includeErased, llvm::function_ref< LogicalResult(size_t, MappingInfo &, size_t)> callback) |
| |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "firrtl-lower-open-aggs" |
◆ GEN_PASS_DEF_LOWEROPENAGGS
| #define GEN_PASS_DEF_LOWEROPENAGGS |
◆ walkMappings()
template<typename Range >
| LogicalResult walkMappings |
( |
Range && |
range, |
|
|
bool |
includeErased, |
|
|
llvm::function_ref< LogicalResult(size_t, MappingInfo &, size_t)> |
callback |
|
) |
| |