Uses of Class
at.dms.kjc.cell.CellBackendFactory

Packages that use CellBackendFactory
at.dms.kjc.cell   
 

Uses of CellBackendFactory in at.dms.kjc.cell
 

Fields in at.dms.kjc.cell declared as CellBackendFactory
static CellBackendFactory CellBackend.backEndBits
          holds pointer to BackEndFactory instance during back end portion of this compiler.
 

Constructors in at.dms.kjc.cell with parameters of type CellBackendFactory
CellProcessFilterSliceNode(FilterSliceNode filterNode, SchedulingPhase whichPhase, CellBackendFactory backEndBits)
           
CellProcessInputSliceNode(InputSliceNode inputNode, SchedulingPhase whichPhase, CellBackendFactory backEndBits)
           
CellProcessOutputSliceNode(OutputSliceNode outputNode, SchedulingPhase whichPhase, CellBackendFactory backEndBits)
           
EmitCellCode(CellBackendFactory backendBits)
           
GetOrMakeCellChannel(CellBackendFactory backEndBits)