CIRCT
20.0.0git
|
Go to the source code of this file.
Classes | |
class | Python.support.ConnectionError |
class | Python.support.UnconnectedSignalError |
class | Python.support.BackedgeBuilder |
class | Python.support.BackedgeBuilder.Edge |
class | Python.support.OpOperand |
class | Python.support.NamedValueOpView |
Namespaces | |
Python.support | |
Functions | |
ir.Value | Python.support.get_value (obj) |
def | Python.support.connect (destination, source) |
ir.Attribute | Python.support.var_to_attribute (obj, bool none_on_fail=False) |
ir.Type | Python.support.type_to_pytype (t) |
def | Python.support.attribute_to_var (attr) |
def | Python.support.get_self_or_inner (mlir_type) |
def | Python.support.walk_with_filter (Operation operation, List[ir.OpView] op_views, callback, walk_order) |
Variables | |
Python.support._current_backedge_builder = ContextVar("current_bb") | |