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

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

Uses of UniProcessor in at.dms.kjc.vanillaSlice
 

Fields in at.dms.kjc.vanillaSlice with type parameters of type UniProcessor
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 UniProcessor
 UniProcessor UniBackEndFactory.getComputeNode(Integer specifier)
           
 UniProcessor UniProcessors.getNthComputeNode(int n)
           
 UniProcessor[] UniProcessors.toArray()
           
 

Methods in at.dms.kjc.vanillaSlice with parameters of type UniProcessor
 UniComputeCodeStore UniBackEndFactory.getComputeCodeStore(UniProcessor parent)
           
 

Constructors in at.dms.kjc.vanillaSlice with parameters of type UniProcessor
UniComputeCodeStore(UniProcessor parent)
          Construct new ComputeCodeStore for a vanilla processor
 

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