#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/Synth/SynthOps.h"
#include "circt/Dialect/Synth/Transforms/SynthPasses.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/Operation.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/LogicalResult.h"
#include "circt/Dialect/Synth/Transforms/SynthPasses.h.inc"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::synth |
|
|
static bool | shouldLowerOperation (Operation *op) |
| Check if an operation should be lowered to bit-level operations.
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "synth-lower-word-to-bits" |
◆ GEN_PASS_DEF_LOWERWORDTOBITS
#define GEN_PASS_DEF_LOWERWORDTOBITS |
◆ shouldLowerOperation()
static bool shouldLowerOperation |
( |
Operation * |
op | ) |
|
|
static |
Check if an operation should be lowered to bit-level operations.
Definition at line 45 of file LowerWordToBits.cpp.