Uses of Class
at.dms.kjc.lir.LIRSetParallelStream

Packages that use LIRSetParallelStream
at.dms.kjc   
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.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of LIRSetParallelStream in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type LIRSetParallelStream
 void SLIRVisitor.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 Object SLIRReplacingVisitor.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 void SLIREmptyVisitor.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 Object SLIREmptyAttributeVisitor.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 T SLIRAttributeVisitor.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 

Uses of LIRSetParallelStream in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetParallelStream
 void LIRToC.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 

Uses of LIRSetParallelStream in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetParallelStream
 void SIRToStreamIt.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.
 

Uses of LIRSetParallelStream in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetParallelStream
 void IRPrinter.visitSetParallelStream(LIRSetParallelStream self, JExpression streamContext, JExpression childContext, int position, CType inputType, CType outputType, int inputSize, int outputSize)
          Visits a set a parallel stream.