CIRCT  20.0.0git
Functions
HandshakeUtils.cpp File Reference
#include "circt/Dialect/Handshake/HandshakeUtils.h"
#include "circt/Dialect/ESI/ESIOps.h"
#include "circt/Dialect/HW/HWInstanceGraph.h"
#include "circt/Dialect/Handshake/HandshakeOps.h"
#include "circt/Dialect/Handshake/HandshakePasses.h"
#include "circt/Dialect/Seq/SeqTypes.h"
#include "circt/Support/LLVM.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/OperationSupport.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/ADT/TypeSwitch.h"
Include dependency graph for HandshakeUtils.cpp:

Go to the source code of this file.

Functions

static Type tupleToStruct (TupleType tuple)
 
static void replaceFirstUse (Operation *op, Value oldVal, Value newVal)
 

Function Documentation

◆ replaceFirstUse()

static void replaceFirstUse ( Operation *  op,
Value  oldVal,
Value  newVal 
)
static

Definition at line 239 of file HandshakeUtils.cpp.

Referenced by circt::handshake::insertFork().

◆ tupleToStruct()

static Type tupleToStruct ( TupleType  tuple)
static