CIRCT 22.0.0git
Loading...
Searching...
No Matches
Macros | Functions
SynthOps.cpp File Reference
#include "circt/Dialect/Synth/SynthOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/CustomDirectiveImpl.h"
#include "circt/Support/Naming.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/ADT/APInt.h"
#include "llvm/Support/Casting.h"
#include "circt/Dialect/Synth/Synth.cpp.inc"
Include dependency graph for SynthOps.cpp:

Go to the source code of this file.

Macros

#define GET_OP_CLASSES
 

Functions

static Value lowerVariadicAndInverterOp (AndInverterOp op, OperandRange operands, ArrayRef< bool > inverts, PatternRewriter &rewriter)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 25 of file SynthOps.cpp.

Function Documentation

◆ lowerVariadicAndInverterOp()

static Value lowerVariadicAndInverterOp ( AndInverterOp  op,
OperandRange  operands,
ArrayRef< bool >  inverts,
PatternRewriter &  rewriter 
)
static