coins.simd
Class ContigMemAccess

java.lang.Object
  extended bycoins.simd.ContigMemAccess

public class ContigMemAccess
extends java.lang.Object

Class for combining memory access L-expressions


Constructor Summary
(package private) ContigMemAccess(Function f, java.util.Vector paraRegs)
          Constructs a ContigMemAccess object
 
Method Summary
 java.util.Vector collectMemAccess(java.util.Vector in)
          Combines L-expressions of {loading from/storing to} memory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContigMemAccess

ContigMemAccess(Function f,
                java.util.Vector paraRegs)
Constructs a ContigMemAccess object

Parameters:
f - Function
paraRegs - Vector
Method Detail

collectMemAccess

public java.util.Vector collectMemAccess(java.util.Vector in)
Combines L-expressions of {loading from/storing to} memory

Parameters:
in - Vector