Class

scala.scalanative.nir

Buffer

Related Doc: package nir

Permalink

class Buffer extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Buffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Buffer()(implicit fresh: Fresh)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(other: Buffer): Unit

    Permalink
  4. def ++=(insts: Seq[Inst]): Unit

    Permalink
  5. def +=(inst: Inst): Unit

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def arrayalloc(ty: Type, init: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  8. def arraylength(arr: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  9. def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  10. def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  11. def as(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  14. def box(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  15. def branch(value: Val, thenp: Next, elsep: Next)(implicit pos: Position): Unit

    Permalink
  16. def branchLinktime(condition: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: Position): Unit

    Permalink
  17. def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next)(implicit pos: Position): Val

    Permalink
  18. def classalloc(name: Global, unwind: Next)(implicit pos: Position): Val

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  21. def conv(conv: Conv, ty: Type, value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  22. def copy(value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  23. def dynmethod(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val

    Permalink
  24. def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next)(implicit pos: Position): Val

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def extract(aggr: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val

    Permalink
  28. def field(obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val

    Permalink
  29. def fieldload(ty: Type, obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val

    Permalink
  30. def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val

    Permalink
  35. def is(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def jump(to: Local, args: Seq[Val])(implicit pos: Position): Unit

    Permalink
  38. def jump(next: Next)(implicit pos: Position): Unit

    Permalink
  39. def label(name: Local, params: Seq[Val.Local])(implicit pos: Position): Unit

    Permalink
  40. def label(name: Local)(implicit pos: Position): Unit

    Permalink
  41. def let(op: Op, unwind: Next)(implicit pos: Position): Val

    Permalink
  42. def let(name: Local, op: Op, unwind: Next)(implicit pos: Position): Val

    Permalink
  43. def load(ty: Type, ptr: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  44. def method(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val

    Permalink
  45. def module(name: Global, unwind: Next)(implicit pos: Position): Val

    Permalink
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def raise(value: Val, unwind: Next)(implicit pos: Position): Unit

    Permalink
  50. def ret(value: Val)(implicit pos: Position): Unit

    Permalink
  51. def size: Int

    Permalink
  52. def sizeof(ty: Type, unwind: Next)(implicit pos: Position): Val

    Permalink
  53. def stackalloc(ty: Type, n: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  54. def store(ty: Type, ptr: Val, value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  55. def switch(value: Val, default: Next, cases: Seq[Next])(implicit pos: Position): Unit

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toSeq: Seq[Inst]

    Permalink
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def unbox(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  60. def unreachable(unwind: Next)(implicit pos: Position): Unit

    Permalink
  61. def var_(ty: Type, unwind: Next)(implicit pos: Position): Val

    Permalink
  62. def varload(slot: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  63. def varstore(slot: Val, value: Val, unwind: Next)(implicit pos: Position): Val

    Permalink
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped