Milky2018/milkir_machv/adapter does not have a README file
type InstructionContextfn InstructionContext::branch(self : InstructionContext, condition : Value, true_target : Block, true_arguments : Array[Value], false_target : Block, false_arguments : Array[Value]) -> Unitfn InstructionContext::create_block(self : InstructionContext, parameter_types : Array[ValueType]) -> Blockfn InstructionContext::create_stack_object(self : InstructionContext, size : Int, alignment : Int) -> StackObjectfn InstructionContext::emit(self : InstructionContext, operation : Operation, operands : Array[Value], result_types : Array[ValueType]) -> Array[Value]fn InstructionContext::emit_call(self : InstructionContext, call : SemanticCall, operands : Array[Value], result_types : Array[ValueType]) -> Array[Value]fn InstructionContext::emit_call_without_roots(self : InstructionContext, call : SemanticCall, operands : Array[Value], result_types : Array[ValueType]) -> Array[Value]fn InstructionContext::finish_call(self : InstructionContext, call : SemanticCall, operands : Array[Value]) -> Unitfn InstructionContext::finish_call_without_roots(self : InstructionContext, call : SemanticCall, operands : Array[Value]) -> Unitfn InstructionContext::finish_operation(self : InstructionContext, operation : Operation, operands : Array[Value]) -> Unitfn InstructionContext::jump(self : InstructionContext, target : Block, arguments : Array[Value]) -> Unitfn InstructionContext::new(builder : FunctionBuilder, operands : Array[Value], operand_types : Array[ValueType], result_types : Array[ValueType], function_result_types : Array[ValueType], environment : Array[Value], source : SourceLocation?, live_gc_roots : Array[Value], complete : (Array[Value]) -> Unit) -> InstructionContextfn InstructionContext::noreturn_call(self : InstructionContext, call : SemanticCall, operands : Array[Value]) -> Unitfn InstructionContext::tail_call(self : InstructionContext, call : SemanticCall, operands : Array[Value]) -> UnitMilkIR-to-MachV lowering
Dependencies