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

Packages that use ToC
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.raw   
at.dms.kjc.rstream   
at.dms.kjc.spacetime   
 

Uses of ToC in at.dms.kjc.backendSupport
 

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

Uses of ToC in at.dms.kjc.cell
 

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

Uses of ToC in at.dms.kjc.cluster
 

Subclasses of ToC 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 ToC in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type ToC
static void RawSimulatorPrint.visitPrintStatement(SIRPrintStatement self, JExpression exp, CodegenPrintWriter p, ToC toC)
          Generate code for an SIRPrintstatement when we are targeting the raw simulator.
 

Uses of ToC in at.dms.kjc.raw
 

Subclasses of ToC 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 ToC in at.dms.kjc.rstream
 

Subclasses of ToC 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 ToC in at.dms.kjc.spacetime
 

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