Uses of Interface
at.dms.kjc.cluster.Tape

Packages that use Tape
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
 

Uses of Tape in at.dms.kjc.cluster
 

Classes in at.dms.kjc.cluster that implement Tape
 class TapeBase
           
 class TapeCluster
          Janis' code for cluster edges pulled out
 class TapeClusterFused
           
 class TapeDynrate
          Dynamic-rate tapes linking nodes.
 class TapeFixedBase
          Class of tapes with fixed size buffers.
 class TapeFixedCircular
           
 class TapeFixedCopydown
           
 

Methods in at.dms.kjc.cluster that return Tape
static Tape RegisterStreams.getFilterInStream(SIROperator filter)
          Return a Tape that represents input tape for a filter no side effects.
static Tape RegisterStreams.getFilterOutStream(SIROperator filter)
          Return a Tape that represents output tape for a filter no side effects
static Tape TapeBase.newTape(int src, int dest, CType type)
          Select type of tape and return one.
 

Methods in at.dms.kjc.cluster that return types with arguments of type Tape
static List<Tape> RegisterStreams.getNodeInStreams(SIROperator op)
          Return a Vector containing input tapes as Tape objects.
static List<Tape> RegisterStreams.getNodeOutStreams(SIROperator op)
          Return a Vector containing output tapes as Tape objects
0-weight (splitter) edges are represented as null.