CIRCT  19.0.0git
Classes | Namespaces | Functions | Variables
support.py File Reference

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)
 

Variables

 Python.support._current_backedge_builder = ContextVar("current_bb")