Uses of Class
at.dms.kjc.vanillaSlice.UniProcessors

Packages that use UniProcessors
at.dms.kjc.vanillaSlice This package was written to provide a test for the classes in backendSupport
 

Uses of UniProcessors in at.dms.kjc.vanillaSlice
 

Fields in at.dms.kjc.vanillaSlice with type parameters of type UniProcessors
static BackEndFactory<UniProcessors,UniProcessor,UniComputeCodeStore,Integer> UniBackEnd.backEndBits
          holds pointer to BackEndFactory instance during back end portion of this compiler.
 

Methods in at.dms.kjc.vanillaSlice that return UniProcessors
 UniProcessors UniBackEndFactory.getComputeNodes()
           
 

Methods in at.dms.kjc.vanillaSlice with parameters of type UniProcessors
 void UniBackEndFactory.processFilterSliceNode(FilterSliceNode filter, SchedulingPhase whichPhase, UniProcessors computeNodes)
          Process a filter slice node: find the correct ProcElement(s) and add code and buffers.
 void UniBackEndFactory.processFilterSlices(Slice slice, SchedulingPhase whichPhase, UniProcessors computeNodes)
          Process all filter slice nodes in a Slice (just one in a SimpleSlice): find the correct ProcElement(s) and add filter code.
 void UniBackEndFactory.processInputSliceNode(InputSliceNode input, SchedulingPhase whichPhase, UniProcessors computeNodes)
          Process an input slice node: find the correct ProcElement(s) and add joiner code, and buffers.
 void UniBackEndFactory.processOutputSliceNode(OutputSliceNode output, SchedulingPhase whichPhase, UniProcessors computeNodes)
          Process an output slice node: find the correct ProcElement(s) and add splitter code, and buffers.
 

Constructors in at.dms.kjc.vanillaSlice with parameters of type UniProcessors
UniBackEndFactory(UniProcessors processors)
          Constructor if creating UniBackEndFactory after layout.
 

Constructor parameters in at.dms.kjc.vanillaSlice with type arguments of type UniProcessors
EmitStandaloneCode(BackEndFactory<UniProcessors,UniProcessor,UniComputeCodeStore,Integer> backendbits)
          Constructor.