CIRCT  20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
handshake.FuncOp Class Reference

Public Member Functions

def add_entry_block (self)
 

Static Public Member Functions

FuncOp create (Union[StringAttr, str] sym_name, List[Tuple[str, Type]] args, List[Tuple[str, Type]] results, Dict[str, Attribute] attributes={}, loc=None, ip=None)
 

Detailed Description

Definition at line 28 of file handshake.py.

Member Function Documentation

◆ add_entry_block()

def handshake.FuncOp.add_entry_block (   self)

◆ create()

FuncOp FuncOp.create ( Union[StringAttr, str]  sym_name,
List[Tuple[str, Type]]  args,
List[Tuple[str, Type]]  results,
Dict[str, Attribute]   attributes = {},
  loc = None,
  ip = None 
)
static

Definition at line 31 of file handshake.py.

Referenced by lowerFuncOp().


The documentation for this class was generated from the following files: