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

Packages that use LIRSetTape
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 LIRSetTape in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type LIRSetTape
 void SLIRVisitor.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape registerer.
 Object SLIRReplacingVisitor.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape registerer.
 void SLIREmptyVisitor.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape registerer.
 Object SLIREmptyAttributeVisitor.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape registerer.
 T SLIRAttributeVisitor.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape registerer.
 

Uses of LIRSetTape in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetTape
 void LIRToC.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
           
 

Uses of LIRSetTape in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetTape
 void SIRToStreamIt.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
           
 

Uses of LIRSetTape in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetTape
 void IRPrinter.visitSetTape(LIRSetTape self, JExpression streamContext, JExpression srcStruct, JExpression dstStruct, CType type, int size)
          Visits a tape-setter.