Buffer

class Buffer(implicit fresh: Fresh)
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++=(insts: Seq[Inst]): Unit
def ++=(other: Buffer): Unit
def +=(inst: Inst): Unit
def arrayalloc(ty: Type, init: Val, unwind: Next)(implicit pos: Position): Val
def arraylength(arr: Val, unwind: Next)(implicit pos: Position): Val
def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next)(implicit pos: Position): Val
def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next)(implicit pos: Position): Val
def as(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
def box(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
def branch(value: Val, thenp: Next, elsep: Next)(implicit pos: Position): Unit
def branchLinktime(condition: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: Position): Unit
def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next)(implicit pos: Position): Val
def classalloc(name: Global, unwind: Next)(implicit pos: Position): Val
def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
def conv(conv: Conv, ty: Type, value: Val, unwind: Next)(implicit pos: Position): Val
def copy(value: Val, unwind: Next)(implicit pos: Position): Val
def dynmethod(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next)(implicit pos: Position): Val
def extract(aggr: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
def field(obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
def fieldload(ty: Type, obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next)(implicit pos: Position): Val
def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
def is(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
def jump(next: Next)(implicit pos: Position): Unit
def jump(to: Local, args: Seq[Val])(implicit pos: Position): Unit
def label(name: Local)(implicit pos: Position): Unit
def label(name: Local, params: Seq[Local])(implicit pos: Position): Unit
def let(name: Local, op: Op, unwind: Next)(implicit pos: Position): Val
def let(op: Op, unwind: Next)(implicit pos: Position): Val
def load(ty: Type, ptr: Val, unwind: Next)(implicit pos: Position): Val
def method(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
def module(name: Global, unwind: Next)(implicit pos: Position): Val
def raise(value: Val, unwind: Next)(implicit pos: Position): Unit
def ret(value: Val)(implicit pos: Position): Unit
def size: Int
def sizeof(ty: Type, unwind: Next)(implicit pos: Position): Val
def stackalloc(ty: Type, n: Val, unwind: Next)(implicit pos: Position): Val
def store(ty: Type, ptr: Val, value: Val, unwind: Next)(implicit pos: Position): Val
def switch(value: Val, default: Next, cases: Seq[Next])(implicit pos: Position): Unit
def toSeq: Seq[Inst]
def unbox(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
def unreachable(unwind: Next)(implicit pos: Position): Unit
def var_(ty: Type, unwind: Next)(implicit pos: Position): Val
def varload(slot: Val, unwind: Next)(implicit pos: Position): Val
def varstore(slot: Val, value: Val, unwind: Next)(implicit pos: Position): Val