FixupBuffer

scala.scalanative.nscplugin.NirGenExpr.FixupBuffer
sealed class FixupBuffer(using fresh: Fresh) extends Buffer

Attributes

Graph
Supertypes
class Buffer
class Object
trait Matchable
class Any
Known subtypes
class ExprBuffer

Members list

Value members

Concrete methods

override def ++=(insts: Seq[Inst]): Unit

Attributes

Definition Classes
override def ++=(other: Buffer): Unit

Attributes

Definition Classes
override def +=(inst: Inst): Unit

Attributes

Definition Classes

Inherited methods

def arrayalloc(ty: Type, init: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def arraylength(arr: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def as(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def box(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def branch(value: Val, thenp: Next, elsep: Next)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def branchLinktime(condition: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def classalloc(name: Global, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def conv(conv: Conv, ty: Type, value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def copy(value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def dynmethod(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def exists(pred: Inst => Boolean): Boolean

Attributes

Inherited from:
Buffer
def extract(aggr: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def field(obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def fieldload(ty: Type, obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def is(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def jump(to: Local, args: Seq[Val])(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def jump(next: Next)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def label(name: Local, params: Seq[Local])(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def label(name: Local)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def let(op: Op, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def let(name: Local, op: Op, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def load(ty: Type, ptr: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def method(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def module(name: Global, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def raise(value: Val, unwind: Next)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def ret(value: Val)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def size: Int

Attributes

Inherited from:
Buffer
def sizeof(ty: Type, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def stackalloc(ty: Type, n: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def store(ty: Type, ptr: Val, value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def switch(value: Val, default: Next, cases: Seq[Next])(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def toSeq: Seq[Inst]

Attributes

Inherited from:
Buffer
def unbox(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def unreachable(unwind: Next)(implicit pos: Position): Unit

Attributes

Inherited from:
Buffer
def var_(ty: Type, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def varload(slot: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer
def varstore(slot: Val, value: Val, unwind: Next)(implicit pos: Position): Val

Attributes

Inherited from:
Buffer