GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-ir.h"
Public Member Functions | |
jit_cond_branch (jit_value *c, jit_block *ctrue, jit_block *cfalse) | |
virtual void | accept (jit_ir_walker &walker) |
bool | alive (const jit_block *asuccessor) const |
bool | alive (size_t idx) const |
bool | alive (int idx) const |
jit_value * | argument (size_t i) const |
size_t | argument_count (void) const |
llvm::Value * | argument_llvm (size_t i) const |
jit_type * | argument_type (size_t i) const |
llvm::Type * | argument_type_llvm (size_t i) const |
const std::vector< jit_type * > & | argument_types (void) const |
const std::vector< jit_use > & | arguments (void) const |
jit_value * | cond (void) const |
llvm::Value * | cond_llvm (void) const |
virtual void | construct_ssa (void) |
jit_use * | first_use (void) const |
jit_block * | first_use_block (void) |
bool | has_llvm (void) const |
size_t | id (void) const |
bool | in_worklist (void) const |
virtual bool | infer (void) |
jit_instruction * | last_use (void) const |
std::list< jit_instruction * > ::iterator | location (void) const |
virtual bool | needs_release (void) const |
jit_block * | parent (void) const |
llvm::BasicBlock * | parent_llvm (void) const |
virtual void | pop_variable (void) |
virtual std::ostream & | print (std::ostream &os, size_t indent=0) const |
std::ostream & | print_argument (std::ostream &os, size_t i) const |
std::ostream & | print_cond (std::ostream &os) const |
std::string | print_string (void) |
std::ostream & | print_successor (std::ostream &os, size_t idx=0) const |
void | push_argument (jit_value *arg) |
virtual void | push_variable (void) |
void | remove (void) |
virtual void | replace_with (jit_value *value) |
void | resize_arguments (size_t acount, jit_value *adefault=0) |
virtual std::ostream & | short_print (std::ostream &os) const |
void | stash_argument (size_t i, jit_value *arg) |
void | stash_in_worklist (bool ain_worklist) |
void | stash_last_use (jit_instruction *alast_use) |
void | stash_llvm (llvm::Value *compiled) |
void | stash_parent (jit_block *aparent, std::list< jit_instruction * >::iterator alocation) |
void | stash_type (jit_type *new_ty) |
jit_block * | successor (size_t idx=0) const |
virtual size_t | successor_count (void) const |
size_t | successor_index (const jit_block *asuccessor) const |
llvm::BasicBlock * | successor_llvm (size_t idx=0) const |
llvm::TerminatorInst * | to_llvm (void) const |
jit_type * | type (void) const |
llvm::Type * | type_llvm (void) const |
const std::string & | type_name (void) const |
size_t | use_count (void) const |
Static Public Member Functions | |
static void | reset_ids (void) |
Protected Member Functions | |
virtual bool | check_alive (size_t) const |
void | do_construct_ssa (size_t start, size_t end) |
std::ostream & | print_indent (std::ostream &os, size_t indent=0) const |
Protected Attributes | |
std::vector< jit_type * > | already_infered |
llvm::Value * | llvm_value |
|
virtual |
Definition at line 1044 of file jit-ir.h.
Referenced by jit_infer::append_users_term(), jit_block::branch_alive(), jit_terminator::check_alive(), jit_terminator::infer(), and jit_infer::remove_dead().
Definition at line 359 of file jit-ir.h.
References jit_instruction::stash_argument().
Referenced by jit_instruction::argument_type_llvm(), jit_instruction::do_construct_ssa(), print(), jit_return::print(), jit_instruction::print_argument(), jit_terminator::print_successor(), jit_phi::prune(), jit_infer::release_dead_phi(), jit_infer::release_temp(), jit_magic_end::resolve_context(), jit_infer::simplify_phi(), jit_assign::src(), and jit_convert_llvm::visit().
|
inlineinherited |
Definition at line 401 of file jit-ir.h.
Referenced by jit_convert_llvm::finish_phi(), jit_phi::infer(), jit_call::infer(), jit_instruction::parent(), jit_return::print(), jit_phi::prune(), jit_infer::release_dead_phi(), jit_infer::release_temp(), jit_infer::simplify_phi(), and jit_convert_llvm::visit().
|
inlineinherited |
Definition at line 364 of file jit-ir.h.
References jit_instruction::next_id().
Referenced by jit_convert_llvm::finish_phi().
Definition at line 370 of file jit-ir.h.
References jit_instruction::marguments.
Referenced by jit_phi::infer(), and jit_call::infer().
|
inlineinherited |
Definition at line 375 of file jit-ir.h.
References jit_instruction::argument(), and jit_value::to_llvm().
|
inlineinherited |
|
inlineinherited |
Definition at line 417 of file jit-ir.h.
References jit_instruction::marguments.
Referenced by jit_convert_llvm::visit().
Reimplemented in jit_error_check.
Definition at line 1059 of file jit-ir.h.
References jit_terminator::alive(), and jit_terminator::successor_index().
Referenced by jit_terminator::infer().
|
inline |
Definition at line 1095 of file jit-ir.h.
Referenced by jit_convert_llvm::visit().
|
inlinevirtualinherited |
Reimplemented in jit_phi.
Definition at line 427 of file jit-ir.h.
References jit_instruction::marguments.
Referenced by jit_infer::do_construct_ssa().
Definition at line 226 of file jit-ir.cc.
References arg(), jit_instruction::argument(), jit_variable::has_top(), jit_instruction::stash_argument(), and jit_variable::top().
Referenced by jit_instruction::parent().
|
inlineinherited |
Definition at line 120 of file jit-util.h.
Referenced by jit_value::first_use_block(), jit_call::needs_release(), jit_variable::print(), and jit_value::replace_with().
|
inherited |
Definition at line 153 of file jit-ir.cc.
References jit_internal_list< jit_value, jit_use >::first_use(), jit_internal_node< LIST_T, NODE_T >::next(), jit_use::user(), and jit_use::user_parent().
Referenced by jit_infer::release_temp().
|
inlineinherited |
Definition at line 245 of file jit-ir.h.
References jit_value::print().
|
inlineinherited |
Definition at line 454 of file jit-ir.h.
Referenced by jit_typeinfo::create_identity(), and jit_extract_argument::name().
|
inlineinherited |
Definition at line 191 of file jit-ir.h.
Referenced by jit_infer::push_worklist().
|
virtualinherited |
Reimplemented from jit_instruction.
Definition at line 683 of file jit-ir.cc.
References jit_terminator::alive(), jit_terminator::check_alive(), jit_terminator::malive, jit_block::mark_alive(), jit_instruction::parent(), and jit_terminator::successor().
Referenced by jit_block::maybe_split(), and jit_infer::remove_dead().
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in jit_call.
Definition at line 236 of file jit-ir.h.
References jit_value::mlast_use.
Referenced by jit_infer::release_dead_phi(), and jit_infer::release_temp().
|
inlineinherited |
Definition at line 438 of file jit-ir.h.
References jit_instruction::argument_count(), and jit_instruction::do_construct_ssa().
Referenced by jit_function::call(), jit_phi::infer(), jit_terminator::infer(), jit_phi::prune(), jit_infer::simplify_phi(), jit_use::user_parent(), and jit_phi_incomming::user_parent().
|
inherited |
Definition at line 212 of file jit-ir.cc.
References jit_instruction::mparent, and jit_block::to_llvm().
|
inlinevirtualinherited |
Reimplemented in jit_assign_base.
Definition at line 425 of file jit-ir.h.
Referenced by jit_block::pop_all().
|
inlinevirtual |
Implements jit_value.
Definition at line 1102 of file jit-ir.h.
References jit_instruction::argument().
|
inlineinherited |
Definition at line 381 of file jit-ir.h.
References jit_instruction::argument(), and jit_value::type().
|
inline |
|
inlineprotectedinherited |
Definition at line 262 of file jit-ir.h.
References jit_value::llvm_value.
Referenced by jit_call::jit_call(), jit_store_argument::name(), jit_argument::print(), jit_block::print(), jit_error_check::print(), and jit_magic_end::print().
|
inlineinherited |
|
inlineinherited |
Definition at line 1033 of file jit-ir.h.
References jit_instruction::argument().
Referenced by jit_call::jit_call(), and jit_error_check::print().
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in jit_assign_base.
Definition at line 423 of file jit-ir.h.
Referenced by jit_infer::do_construct_ssa().
|
inherited |
Definition at line 204 of file jit-ir.cc.
References jit_instruction::mlocation, jit_instruction::mparent, jit_block::remove(), and jit_instruction::resize_arguments().
Referenced by jit_infer::do_construct_ssa(), jit_block::merge(), jit_infer::release_dead_phi(), and jit_infer::remove_dead().
|
virtualinherited |
Reimplemented in jit_block.
Definition at line 168 of file jit-ir.cc.
References jit_internal_list< jit_value, jit_use >::first_use(), jit_use::index(), jit_instruction::stash_argument(), and jit_use::user().
Referenced by jit_phi::prune(), jit_infer::release_dead_phi(), and jit_block::replace_with().
|
inlinestaticinherited |
Definition at line 354 of file jit-ir.h.
Referenced by jit_convert::initialize().
Definition at line 406 of file jit-ir.h.
Referenced by jit_magic_end::jit_magic_end(), jit_phi::prune(), and jit_instruction::remove().
|
virtualinherited |
Reimplemented from jit_value.
Reimplemented in jit_magic_end, and jit_assign_base.
Definition at line 218 of file jit-ir.cc.
References jit_print(), jit_instruction::mid, and jit_value::type().
Definition at line 389 of file jit-ir.h.
Referenced by jit_instruction::argument(), jit_instruction::do_construct_ssa(), jit_magic_end::jit_magic_end(), jit_block::maybe_split(), jit_phi::prune(), jit_value::replace_with(), and jit_infer::simplify_phi().
|
inlineinherited |
Definition at line 196 of file jit-ir.h.
References jit_value::min_worklist.
Referenced by jit_infer::infer(), and jit_infer::push_worklist().
|
inlineinherited |
|
inlineinherited |
Definition at line 256 of file jit-ir.h.
References jit_value::llvm_value.
Referenced by jit_convert_llvm::convert(), jit_argument::print(), and jit_convert_llvm::visit().
|
inlineinherited |
Definition at line 447 of file jit-ir.h.
References jit_instruction::mparent.
Referenced by jit_block::insert_after(), jit_block::insert_before(), jit_block::internal_append(), jit_block::merge(), and jit_block::prepend().
|
inlineinherited |
Definition at line 220 of file jit-ir.h.
Referenced by jit_phi::infer(), jit_call::infer(), jit_magic_end::infer(), jit_argument::print(), jit_const< T, EXTRACT_T, PASS_T, QUOTE >::print(), jit_assign::print(), and jit_extract_argument::print().
Definition at line 1021 of file jit-ir.h.
Referenced by jit_infer::append_users_term(), jit_terminator::infer(), jit_infer::remove_dead(), jit_block::successor(), and jit_terminator::successor_index().
|
inlinevirtual |
Definition at line 672 of file jit-ir.cc.
References panic_impossible, jit_terminator::successor(), and jit_terminator::successor_count().
Referenced by jit_terminator::check_alive(), and jit_block::maybe_split().
|
inlineinherited |
Definition at line 1026 of file jit-ir.h.
Referenced by jit_convert_llvm::visit().
|
inherited |
Definition at line 701 of file jit-ir.cc.
References jit_value::to_llvm().
Referenced by jit_typeinfo::register_intrinsic().
|
inlineinherited |
Definition at line 208 of file jit-ir.h.
Referenced by jit_typeinfo::do_end(), jit_phi::infer(), jit_call::infer(), jit_magic_end::infer(), jit_call::needs_release(), jit_instruction::print_argument(), jit_instruction::short_print(), jit_infer::simplify_phi(), jit_factory::track_value(), and jit_convert_llvm::visit().
|
inlineinherited |
Definition at line 210 of file jit-ir.h.
Referenced by jit_convert_llvm::visit().
|
inlineinherited |
Definition at line 215 of file jit-ir.h.
References jit_type::to_llvm(), and jit_value::ty.
|
inlineinherited |
Definition at line 122 of file jit-util.h.
Referenced by jit_call::infer().
|
protectedinherited |
Definition at line 460 of file jit-ir.h.
Referenced by jit_call::infer().
|
protectedinherited |
Definition at line 269 of file jit-ir.h.
Referenced by jit_value::print_indent(), jit_value::stash_llvm(), jit_value::to_llvm(), and jit_block::to_llvm().