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

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

Methods in at.dms.kjc with parameters of type LIRSetEncode
 void SLIRVisitor.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 Object SLIRReplacingVisitor.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 void SLIREmptyVisitor.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 Object SLIREmptyAttributeVisitor.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 T SLIRAttributeVisitor.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 

Uses of LIRSetEncode in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetEncode
 void LIRToC.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 

Uses of LIRSetEncode in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetEncode
 void SIRToStreamIt.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.
 

Uses of LIRSetEncode in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetEncode
 void IRPrinter.visitSetEncode(LIRSetEncode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits an encoder registration node.