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

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

Methods in at.dms.kjc with parameters of type LIRSetDecode
 void SLIRVisitor.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 Object SLIRReplacingVisitor.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 void SLIREmptyVisitor.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 Object SLIREmptyAttributeVisitor.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 T SLIRAttributeVisitor.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 

Uses of LIRSetDecode in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetDecode
 void LIRToC.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 

Uses of LIRSetDecode in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetDecode
 void SIRToStreamIt.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.
 

Uses of LIRSetDecode in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetDecode
 void IRPrinter.visitSetDecode(LIRSetDecode self, JExpression streamContext, LIRFunctionPointer fp)
          Visits a decoder registration node.