Uses of Class
at.dms.kjc.sir.SIRLatency

Packages that use SIRLatency
at.dms.kjc   
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. 
at.dms.kjc.common   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.raw   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.spacedynamic   
at.dms.kjc.spacetime   
at.dms.util   
 

Uses of SIRLatency in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type SIRLatency
 void SLIRVisitor.visitLatency(SIRLatency self)
          Visits a latency.
 Object SLIRReplacingVisitor.visitLatency(SIRLatency self)
          Visits a latency.
 void SLIREmptyVisitor.visitLatency(SIRLatency self)
          Visits a latency.
 Object SLIREmptyAttributeVisitor.visitLatency(SIRLatency self)
          Visits a latency.
 T SLIRAttributeVisitor.visitLatency(SIRLatency self)
          Visits a latency.
 Object StatementQueueVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
           
 void SLIRVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 Object SLIRReplacingVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 void SLIREmptyVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 Object SLIREmptyAttributeVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 T SLIRAttributeVisitor.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 void SLIRVisitor.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.
 Object SLIRReplacingVisitor.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.
 void SLIREmptyVisitor.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.
 Object SLIREmptyAttributeVisitor.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.
 T SLIRAttributeVisitor.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.
 

Uses of SIRLatency in at.dms.kjc.cluster
 

Methods in at.dms.kjc.cluster with parameters of type SIRLatency
 void FlatIRToCluster.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String __ident, JExpression[] params, SIRLatency latency)
           
 void FlatIRToCluster.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type SIRLatency
 void ToC.visitLatency(SIRLatency self)
           
 void ToC.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] params, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type SIRLatency
 void LIRToC.visitLatency(SIRLatency self)
           
 void LIRToC.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] params, SIRLatency latency)
           
 void LIRToC.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.kjc.raw
 

Methods in at.dms.kjc.raw with parameters of type SIRLatency
 void FlatIRToC.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.kjc.sir
 

Subclasses of SIRLatency in at.dms.kjc.sir
 class SIRLatencyMax
          This represents a maximum latency for message delivery.
 class SIRLatencyRange
          This represents a range of latencies for message delivery.
 class SIRLatencySet
          A set of Integers corresponding to possible latencies for message delivery.
 

Fields in at.dms.kjc.sir declared as SIRLatency
static SIRLatency SIRLatency.BEST_EFFORT
          This signifies a best-effort latency.
protected  SIRLatency SIRPortalSender.latency
           
 

Methods in at.dms.kjc.sir that return SIRLatency
 SIRLatency SIRPortalSender.getLatency()
           
 SIRLatency SIRMessageStatement.getLatency()
           
 

Methods in at.dms.kjc.sir with parameters of type SIRLatency
protected  void SIRLatency.deepCloneInto(SIRLatency other)
          Clones all fields of this into
 void SIRRegSenderStatement.setLatency(SIRLatency l)
           
 void SIRMessageStatement.setLatency(SIRLatency l)
           
 void SIRToStreamIt.visitLatency(SIRLatency self)
           
 void SIRToStreamIt.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] params, SIRLatency latency)
           
 void SIRToStreamIt.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Constructors in at.dms.kjc.sir with parameters of type SIRLatency
SIRMessageStatement(JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Construct a node in the parsing tree
SIRPortalSender(SIRStream stream, SIRLatency latency)
           
SIRRegSenderStatement(TokenReference where, JavaStyleComment[] comments, String portal, SIRLatency latency)
          Construct a node in the parsing tree
 

Uses of SIRLatency in at.dms.kjc.spacedynamic
 

Methods in at.dms.kjc.spacedynamic with parameters of type SIRLatency
 void FlatIRToC.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime with parameters of type SIRLatency
 void TraceIRtoC.visitRegSenderStatement(SIRRegSenderStatement self, String fn, SIRLatency latency)
           
 

Uses of SIRLatency in at.dms.util
 

Methods in at.dms.util with parameters of type SIRLatency
 void IRPrinter.visitLatency(SIRLatency self)
          Visits a latency.
 void IRPrinter.visitMessageStatement(SIRMessageStatement self, JExpression portal, String iname, String ident, JExpression[] args, SIRLatency latency)
          Visits a message statement.
 void IRPrinter.visitRegSenderStatement(SIRRegSenderStatement self, String portal, SIRLatency latency)
          Visits a register-sender statement.