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

Packages that use SIRCreatePortal
at.dms.kjc   
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.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.util   
 

Uses of SIRCreatePortal in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type SIRCreatePortal
 S ExpressionVisitorBase.visitCreatePortal(SIRCreatePortal self, T otherData)
           
 S ExpressionVisitor.visitCreatePortal(SIRCreatePortal self, T otherData)
           
 void SLIRVisitor.visitCreatePortalExpression(SIRCreatePortal self)
           
 Object SLIRReplacingVisitor.visitCreatePortalExpression(SIRCreatePortal self)
           
 void SLIREmptyVisitor.visitCreatePortalExpression(SIRCreatePortal self)
           
 Object SLIREmptyAttributeVisitor.visitCreatePortalExpression(SIRCreatePortal self)
           
 T SLIRAttributeVisitor.visitCreatePortalExpression(SIRCreatePortal self)
           
 

Uses of SIRCreatePortal in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type SIRCreatePortal
 void ToC.visitCreatePortalExpression(SIRCreatePortal self)
           
 void HasSideEffects.visitCreatePortalExpression(SIRCreatePortal self)
           
 

Uses of SIRCreatePortal in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type SIRCreatePortal
 void LIRToC.visitCreatePortalExpression(SIRCreatePortal self)
           
 

Uses of SIRCreatePortal in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type SIRCreatePortal
protected  void SIRCreatePortal.deepCloneInto(SIRCreatePortal other)
          Clones all fields of this into
 void SIRToStreamIt.visitCreatePortalExpression(SIRCreatePortal self)
           
 

Uses of SIRCreatePortal in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering with parameters of type SIRCreatePortal
 Object ThreeAddressExpressionCheck.visitCreatePortal(SIRCreatePortal self, Stack<JExpression> context)
           
 

Uses of SIRCreatePortal in at.dms.util
 

Methods in at.dms.util with parameters of type SIRCreatePortal
 void IRPrinter.visitCreatePortalExpression(SIRCreatePortal self)