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

Packages that use CellPU
at.dms.kjc.cell   
 

Uses of CellPU in at.dms.kjc.cell
 

Subclasses of CellPU in at.dms.kjc.cell
 class PPU
           
 class SPU
           
 

Methods in at.dms.kjc.cell that return CellPU
 CellPU CellBackendFactory.getComputeNode(Integer specifier)
           
 CellPU SimpleCellLayout.getComputeNode(SliceNode node)
           
 CellPU CellChip.getNthComputeNode(int n)
           
 CellPU[] CellChip.toArray()
           
 

Methods in at.dms.kjc.cell that return types with arguments of type CellPU
 Layout<CellPU> CellBackendFactory.getLayout()
           
 

Methods in at.dms.kjc.cell with parameters of type CellPU
 int CellBackendFactory.getCellPUNum(CellPU cpu)
           
 CellComputeCodeStore CellBackendFactory.getComputeCodeStore(CellPU parent)
           
 void SimpleCellLayout.setComputeNode(SliceNode node, CellPU computeNode)
           
 

Method parameters in at.dms.kjc.cell with type arguments of type CellPU
 void CellBackendFactory.setLayout(Layout<CellPU> layout)
           
 

Constructors in at.dms.kjc.cell with parameters of type CellPU
CellComputeCodeStore(CellPU parent)
          Constructors
CellComputeCodeStore(CellPU parent, SliceNode s)