#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/Arc/ArcPasses.h"
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/Pass/Pass.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/Arc/ArcPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::arc |
|
|
static uint32_t | bitsMask (uint32_t nbits) |
|
static uint32_t | bitsGet (uint32_t x, uint32_t lb, uint32_t ub) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "arc-lookup-tables" |
◆ GEN_PASS_DEF_MAKETABLES
#define GEN_PASS_DEF_MAKETABLES |
◆ bitsGet()
static uint32_t bitsGet |
( |
uint32_t |
x, |
|
|
uint32_t |
lb, |
|
|
uint32_t |
ub |
|
) |
| |
|
inlinestatic |
◆ bitsMask()
static uint32_t bitsMask |
( |
uint32_t |
nbits | ) |
|
|
inlinestatic |