CIRCT 20.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
ESITypes.cpp File Reference
#include "circt/Dialect/ESI/ESITypes.h"
#include "circt/Dialect/ESI/ESIOps.h"
#include "circt/Dialect/HW/HWTypes.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/DialectImplementation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/TypeSwitch.h"
#include "circt/Dialect/ESI/ESITypes.cpp.inc"
Include dependency graph for ESITypes.cpp:

Go to the source code of this file.

Classes

struct  mlir::FieldParser<::BundledChannel, ::BundledChannel >
 

Namespaces

namespace  mlir
 
namespace  llvm
 

Macros

#define GET_TYPEDEF_CLASSES
 
#define GET_TYPEDEF_LIST
 

Functions

static auto getChannelConsumers (mlir::TypedValue< ChannelType > chan)
 Get the list of users with snoops filtered out.
 
inline ::llvm::raw_ostream & llvm::operator<< (::llvm::raw_ostream &p, ::BundledChannel channel)
 

Macro Definition Documentation

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 217 of file ESITypes.cpp.

◆ GET_TYPEDEF_LIST

#define GET_TYPEDEF_LIST

Function Documentation

◆ getChannelConsumers()

static auto getChannelConsumers ( mlir::TypedValue< ChannelType >  chan)
static

Get the list of users with snoops filtered out.

Returns a filtered range which is lazily constructed.

Definition at line 30 of file ESITypes.cpp.