class LIFO[A] extends Top[LIFO[A]] with LocalMem1[A, LIFO] with Ref[MutableList[Any], LIFO[A]]

Linear Supertypes
types.LocalMem1[A, LIFO], types.LocalMem[A, LIFO], types.Mem[A, LIFO], argon.lang.Top[LIFO[A]], Ref[MutableList[Any], LIFO[A]], Exp[MutableList[Any], LIFO[A]], ExpType[MutableList[Any], spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LIFO
  2. LocalMem1
  3. LocalMem
  4. Mem
  5. Top
  6. Ref
  7. Exp
  8. ExpType
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LIFO()(implicit arg0: lang.Bits[A])

Type Members

  1. type L = MutableList[Any]
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val A: lang.Bits[A]
    Definition Classes
    LIFOMem
  8. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  9. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    LIFOLocalMem
  10. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LIFOLocalMem
  11. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    LIFO → ExpType
  12. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    LIFO → ExpType
  13. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    LIFO → ExpType
  14. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    LIFOLocalMem
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def eql(that: LIFO[A]): argon.lang.Bit
    Definition Classes
    Top
  20. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  21. val evMem: <:<[LIFO[A], lang.LocalMem[A, LIFO]]
    Definition Classes
    LIFOLocalMemMem
  22. implicit val evRef: <:<[spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance, Ref[MutableList[Any], spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  23. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def fresh: LIFO[A]
    Attributes
    protected
    Definition Classes
    LIFO → ExpType
  26. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  27. def gather(dram: DRAMSparseTile[A]): lang.Void

    Creates a sparse gather from the given region of DRAM to this on-chip memory.

    Creates a sparse gather from the given region of DRAM to this on-chip memory.

    Definition Classes
    LocalMem1
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  30. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  31. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  32. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  33. def isAlmostEmpty: lang.Bit

    Returns true when this LIFO contains exactly one element, false otherwise.

    Returns true when this LIFO contains exactly one element, false otherwise. *

  34. def isAlmostFull: lang.Bit

    Returns true when this LIFO can fit exactly one more element, false otherwise.

    Returns true when this LIFO can fit exactly one more element, false otherwise. *

  35. def isEmpty: lang.Bit

    Returns true when this LIFO contains no elements, false otherwise.

    Returns true when this LIFO contains no elements, false otherwise. *

  36. def isFull: lang.Bit

    Returns true when this LIFO cannot fit any more elements, false otherwise.

    Returns true when this LIFO cannot fit any more elements, false otherwise. *

  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def load(dram: DRAM1[A]): lang.Void

    Create a dense burst load from the given region of DRAM to this on-chip memory.

    Create a dense burst load from the given region of DRAM to this on-chip memory.

    Definition Classes
    LocalMem1
  39. def me: spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def neql(that: LIFO[A]): argon.lang.Bit
    Definition Classes
    Top
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def numel: lang.I32

    Returns the number of elements currently in this LIFO.

    Returns the number of elements currently in this LIFO. *

  45. def peek(): A

    Creates a non-destructive read port to this LIFO.

    Creates a non-destructive read port to this LIFO. *

  46. def pop(en: lang.Bit): A

    Creates a conditional pop (destructive read) port to this LIFO enabled by en.

    Creates a conditional pop (destructive read) port to this LIFO enabled by en. *

  47. def pop(): A

    Creates a pop (destructive read) port to this LIFO.

    Creates a pop (destructive read) port to this LIFO. *

  48. def push(data: A, en: lang.Bit): lang.Void

    Creates a conditional push (write) port to this LIFO of data enabled by en.

    Creates a conditional push (write) port to this LIFO of data enabled by en. *

  49. def push(data: A): lang.Void

    Creates a push (write) port to this LIFO of data.

    Creates a push (write) port to this LIFO of data. *

  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  52. def toText: argon.lang.Text
    Definition Classes
    Top
  53. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  54. def value(c: Any): Option[(MutableList[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  58. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from types.LocalMem1[A, LIFO]

Inherited from types.LocalMem[A, LIFO]

Inherited from types.Mem[A, LIFO]

Inherited from argon.lang.Top[LIFO[A]]

Inherited from Ref[MutableList[Any], LIFO[A]]

Inherited from Exp[MutableList[Any], LIFO[A]]

Inherited from ExpType[MutableList[Any], spatial.lang.LIFO[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped