at.dms.kjc.cell
Class CellPU
java.lang.Object
at.dms.kjc.slicegraph.ProcElement
at.dms.kjc.backendSupport.ComputeNode<CellComputeCodeStore>
at.dms.kjc.cell.CellPU
- Direct Known Subclasses:
- PPU, SPU
public abstract class CellPU
- extends ComputeNode<CellComputeCodeStore>
Constructor Summary |
protected |
CellPU(int uniqueId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellPU
protected CellPU(int uniqueId)
getComputeCodeStore
public CellComputeCodeStore getComputeCodeStore(SliceNode s)
getComputeCodeStores
public ArrayList<CellComputeCodeStore> getComputeCodeStores()
getNumComputeCodeStores
public int getNumComputeCodeStores()
getInitComputeCodeStore
public CellComputeCodeStore getInitComputeCodeStore(SliceNode s)
getInitComputeCodeStores
public ArrayList<CellComputeCodeStore> getInitComputeCodeStores()
getNumInitComputeCodeStores
public int getNumInitComputeCodeStores()
isPPU
public abstract boolean isPPU()
isSPU
public abstract boolean isSPU()