Uses of Class
at.dms.kjc.common.ToCCommon

Packages that use ToCCommon
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.cell   
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
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.raw   
at.dms.kjc.rstream   
at.dms.kjc.spacetime   
 

Uses of ToCCommon in at.dms.kjc.backendSupport
 

Subclasses of ToCCommon in at.dms.kjc.backendSupport
protected  class EmitCode.CodeGen
          Class to actually emit code.
 

Uses of ToCCommon in at.dms.kjc.cell
 

Subclasses of ToCCommon in at.dms.kjc.cell
protected  class EmitCellCode.CellPPUCodeGen
           
protected  class EmitCellCode.CellSPUCodeGen
           
 

Uses of ToCCommon in at.dms.kjc.cluster
 

Subclasses of ToCCommon in at.dms.kjc.cluster
 class FlatIRToCluster
          This class dumps the tile code for each filter into a file based on the tile number assigned.
 class InsertCounters
          If KjcOptions.countops is enabled, this class inserts insrumentation calls for counting the number of operations in the C runtime.
 class InsertTimers
          If KjcOptions.profiling is enabled, this class inserts timers around certain sections of code.
 

Uses of ToCCommon in at.dms.kjc.common
 

Subclasses of ToCCommon in at.dms.kjc.common
 class ToC
          This class converts the Stream IR (which references the Kopi Java IR) to C code and dumps it to a file, str.c.
 

Uses of ToCCommon in at.dms.kjc.lir
 

Subclasses of ToCCommon in at.dms.kjc.lir
 class LIRToC
           
 

Uses of ToCCommon in at.dms.kjc.raw
 

Subclasses of ToCCommon in at.dms.kjc.raw
 class FlatIRToC
          This class dumps the tile code for each filter into a file based on the tile number assigned
 

Uses of ToCCommon in at.dms.kjc.rstream
 

Subclasses of ToCCommon in at.dms.kjc.rstream
 class FlatIRToRS
          This class converts the Stream IR (which references the Kopi Java IR) to C code and dumps it to a file, str.c.
 

Uses of ToCCommon in at.dms.kjc.spacetime
 

Subclasses of ToCCommon in at.dms.kjc.spacetime
 class TraceIRtoC
          This class returns the c code (a string) for a given raw tile