Documentation

Lean.Compiler.IR.EmitC

Equations
  • One or more equations did not get rendered due to their size.
@[inline]
def Lean.IR.EmitC.emit {α : Type} [ToString α] (a : α) :
Equations
def Lean.IR.EmitC.emitLns {α : Type} [ToString α] (as : List α) :
Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitFnDeclAux (decl : Decl) (cppBaseName : String) (isExternal : Bool) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitFnDecl (decl : Decl) (isExternal : Bool) :
Equations
def Lean.IR.EmitC.emitExternDeclAux (decl : Decl) (cNameStr : String) :
Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
Equations
def Lean.IR.EmitC.emitInc (x : VarId) (n : Nat) (checkRef : Bool) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitDec (x : VarId) (n : Nat) (checkRef : Bool) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitSet (x : VarId) (i : Nat) (y : Arg) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitUSet (x : VarId) (n : Nat) (y : VarId) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitSSet (x : VarId) (n offset : Nat) (y : VarId) (t : IRType) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitReset (z : VarId) (n : Nat) (x : VarId) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitReuse (z x : VarId) (c : CtorInfo) (updtHeader : Bool) (ys : Array Arg) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitUProj (z : VarId) (i : Nat) (x : VarId) :
Equations
  • One or more equations did not get rendered due to their size.
def Lean.IR.EmitC.emitSProj (z : VarId) (t : IRType) (n offset : Nat) (x : VarId) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
Equations
  • One or more equations did not get rendered due to their size.

Given [p_0, ..., p_{n-1}], [y_0, ..., y_{n-1}], representing the assignments

p_0 := y_0,
...
p_{n-1} := y_{n-1}

Return true iff we have (i, j) where j > i, and y_j == p_i. That is, we have

      p_i := y_i,
      ...
      p_j := p_i, -- p_i was overwritten above
Equations
  • One or more equations did not get rendered due to their size.
Equations
partial def Lean.IR.EmitC.emitIf (x : VarId) (xType : IRType) (tag : Nat) (t e : FnBody) :
partial def Lean.IR.EmitC.emitCase (x : VarId) (xType : IRType) (alts : Array Alt) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[export lean_ir_emit_c]
Equations