#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"
Go to the source code of this file.
◆ GET_TYPEDEF_CLASSES
#define GET_TYPEDEF_CLASSES |
◆ GET_TYPEDEF_LIST
◆ 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.