CIRCT
20.0.0git
|
A List which contains variadic length of elements with the same type. More...
#include <Evaluator.h>
Public Member Functions | |
ListValue (om::ListType type, SmallVector< EvaluatorValuePtr > elements, Location loc) | |
void | setElements (SmallVector< EvaluatorValuePtr > newElements) |
LogicalResult | finalizeImpl () |
ListValue (om::ListType type, Location loc) | |
const auto & | getElements () const |
om::ListType | getListType () const |
Return the type of the value, which is a ListType. More... | |
Public Member Functions inherited from circt::om::evaluator::EvaluatorValue | |
EvaluatorValue (MLIRContext *ctx, Kind kind, Location loc) | |
Kind | getKind () const |
MLIRContext * | getContext () const |
bool | isFullyEvaluated () const |
void | markFullyEvaluated () |
MLIRContext * | getContext () |
Return the associated MLIR context. More... | |
Type | getType () const |
LogicalResult | finalize () |
Location | getLoc () const |
void | setLoc (Location l) |
void | setLocIfUnknown (Location l) |
Static Public Member Functions | |
static bool | classof (const EvaluatorValue *e) |
Implement LLVM RTTI. More... | |
Private Attributes | |
om::ListType | type |
SmallVector< EvaluatorValuePtr > | elements |
Additional Inherited Members | |
Public Types inherited from circt::om::evaluator::EvaluatorValue | |
enum class | Kind { Attr , Object , List , Tuple , Map , Reference , BasePath , Path } |
A List which contains variadic length of elements with the same type.
Definition at line 183 of file Evaluator.h.
|
inline |
Definition at line 184 of file Evaluator.h.
References circt::om::evaluator::EvaluatorValue::markFullyEvaluated().
|
inline |
Definition at line 200 of file Evaluator.h.
|
inlinestatic |
Implement LLVM RTTI.
Definition at line 209 of file Evaluator.h.
References circt::om::evaluator::EvaluatorValue::getKind(), and circt::om::evaluator::EvaluatorValue::List.
LogicalResult circt::om::evaluator::ListValue::finalizeImpl | ( | ) |
Definition at line 813 of file Evaluator.cpp.
References circt::om::evaluator::finalizeEvaluatorValue().
|
inline |
Definition at line 203 of file Evaluator.h.
References elements.
Referenced by circt::om::Evaluator::evaluateListConcat().
|
inline |
Return the type of the value, which is a ListType.
Definition at line 206 of file Evaluator.h.
References type.
|
inline |
Definition at line 191 of file Evaluator.h.
References elements, and circt::om::evaluator::EvaluatorValue::markFullyEvaluated().
|
private |
Definition at line 215 of file Evaluator.h.
Referenced by getElements(), and setElements().
|
private |
Definition at line 214 of file Evaluator.h.
Referenced by fsm.MachineOp::__init__(), esiaccel.types.WritePort::__serialize_msg(), hw.HWModuleOp::add_entry_block(), esiaccel.types.Port::connect(), getListType(), hw.HWModuleOp::input_indices(), fsm.MachineOp::instantiate(), hw.HWModuleOp::outputs(), and esiaccel.types.ReadPort::read().