class Reg[A] extends Top[Reg[A]] with LocalMem0[A, Reg] with StagedVarLike[A] with Ref[Ptr[Any], Reg[A]]

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

Instance Constructors

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

Type Members

  1. type L = Ptr[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. def :=(data: A): lang.Void
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  8. val A: lang.Bits[A]
    Definition Classes
    RegMem
  9. def __assign(v: A)(implicit ctx: SrcCtx, state: AppState): Unit
    Definition Classes
    StagedVarLike → VarLike
  10. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  11. def __read(addr: Seq[lang.Idx], ens: Set[lang.Bit]): A
    Definition Classes
    RegLocalMem
  12. def __read(implicit ctx: SrcCtx, state: AppState): A
    Definition Classes
    StagedVarLike → VarLike
  13. def __reset(ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegLocalMem
  14. def __sassign(x: A): Unit
    Definition Classes
    Reg → StagedVarLike
  15. def __sread(): A
    Definition Classes
    Reg → StagedVarLike
  16. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    Reg → ExpType
  17. val __typeParams: Seq[lang.Bits[A]]
    Attributes
    protected
    Definition Classes
    Reg → ExpType
  18. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    Reg → ExpType
  19. def __write(data: A, addr: Seq[lang.Idx], ens: Set[lang.Bit]): lang.Void
    Definition Classes
    RegLocalMem
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def buffer: Reg[A]

    Indicate that the memory should be buffered and ignore ignore potential situation where result from running sequentially does not match with resurt from running pipelined

  22. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. def conflictable: Reg[A]

    Allow "unsafe" banking, where two writes can technically happen simultaneously and one will be dropped.

    Allow "unsafe" banking, where two writes can technically happen simultaneously and one will be dropped. Use in cases where writes may happen in parallel but you are either sure that two writes won't happen simultaneously due to data-dependent control flow or that you don't care if one write gets dropped

  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def eql(that: Reg[A]): argon.lang.Bit
    Definition Classes
    Top
  27. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  28. val evMem: <:<[Reg[A], lang.LocalMem[A, Reg]]
    Definition Classes
    RegLocalMemMem
  29. implicit val evRef: <:<[spatial.lang.Reg[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Ptr[Any], spatial.lang.Reg[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  30. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  31. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def fresh: Reg[A]
    Attributes
    protected
    Definition Classes
    Reg → ExpType
  33. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.Reg[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.Reg[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  36. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  37. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  38. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def me: spatial.lang.Reg[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def neql(that: Reg[A]): argon.lang.Bit
    Definition Classes
    Top
  43. def nonbuffer: Reg[A]

    Do not buffer memory

  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def reset(en: lang.Bit): lang.Void
  47. def reset(): lang.Void
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  50. def toText: lang.Text
    Definition Classes
    Reg → Top
  51. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  52. def value: A
  53. def value(c: Any): Option[(Ptr[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from StagedVarLike[A]

Inherited from VarLike[A]

Inherited from types.LocalMem0[A, Reg]

Inherited from types.LocalMem[A, Reg]

Inherited from types.Mem[A, Reg]

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

Inherited from Ref[Ptr[Any], Reg[A]]

Inherited from Exp[Ptr[Any], Reg[A]]

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped