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

Packages that use CellChip
at.dms.kjc.cell   
 

Uses of CellChip in at.dms.kjc.cell
 

Methods in at.dms.kjc.cell that return CellChip
 CellChip CellBackendFactory.getComputeNodes()
           
 

Methods in at.dms.kjc.cell with parameters of type CellChip
 void CellBackendFactory.processFilterSliceNode(FilterSliceNode filter, SchedulingPhase whichPhase, CellChip computeNodes)
           
 void CellBackendFactory.processFilterSlices(Slice slice, SchedulingPhase whichPhase, CellChip computeNodes)
           
 void CellBackendFactory.processInputSliceNode(InputSliceNode input, SchedulingPhase whichPhase, CellChip computeNodes)
           
 void CellBackendFactory.processOutputSliceNode(OutputSliceNode output, SchedulingPhase whichPhase, CellChip computeNodes)
           
 

Constructors in at.dms.kjc.cell with parameters of type CellChip
CellBackendFactory(CellChip processors)
          Constructor if creating UniBackEndFactory after layout.
CellNoSWPipeLayout(SpaceTimeScheduleAndPartitioner spaceTime, CellChip chip)
           
SimpleCellLayout(SpaceTimeScheduleAndPartitioner spaceTime, CellChip cellChip)