GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
jit_extract_argument Class Reference

#include "jit-ir.h"

Inheritance diagram for jit_extract_argument:
Inheritance graph
[legend]
Collaboration diagram for jit_extract_argument:
Collaboration graph
[legend]

Public Member Functions

 jit_extract_argument (jit_type *atype, jit_variable *adest)
virtual void accept (jit_ir_walker &walker)
jit_valueargument (size_t i) const
size_t argument_count (void) const
llvm::Value * argument_llvm (size_t i) const
jit_typeargument_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
virtual void construct_ssa (void)
jit_variabledest (void) const
jit_usefirst_use (void) const
jit_blockfirst_use_block (void)
bool has_llvm (void) const
size_t id (void) const
bool in_worklist (void) const
virtual bool infer (void)
jit_instructionlast_use (void) const
std::list< jit_instruction * >
::iterator 
location (void) const
const std::string & name (void) const
virtual bool needs_release (void) const
const jit_functionoverload (void) const
jit_blockparent (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::string print_string (void)
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)
llvm::Value * to_llvm (void) const
jit_typetype (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

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

Detailed Description

Definition at line 1296 of file jit-ir.h.

Constructor & Destructor Documentation

jit_extract_argument::jit_extract_argument ( jit_type atype,
jit_variable adest 
)
inline

Definition at line 1300 of file jit-ir.h.

References jit_value::stash_type().

Member Function Documentation

void jit_extract_argument::accept ( jit_ir_walker walker)
virtual

Implements jit_value.

Definition at line 185 of file jit-ir.cc.

jit_value* jit_instruction::argument ( size_t  i) const
inlineinherited
size_t jit_instruction::argument_count ( void  ) const
inlineinherited
llvm::Value* jit_instruction::argument_llvm ( size_t  i) const
inlineinherited

Definition at line 374 of file jit-ir.h.

References jit_instruction::argument(), and jit_value::to_llvm().

Referenced by jit_convert_llvm::finish_phi().

jit_type* jit_instruction::argument_type ( size_t  i) const
inlineinherited
llvm::Type* jit_instruction::argument_type_llvm ( size_t  i) const
inlineinherited
const std::vector<jit_type *>& jit_instruction::argument_types ( void  ) const
inlineinherited

Definition at line 430 of file jit-ir.h.

References jit_instruction::already_infered.

Referenced by jit_call::overload().

const std::vector<jit_use>& jit_instruction::arguments ( void  ) const
inlineinherited

Definition at line 427 of file jit-ir.h.

References jit_instruction::marguments.

Referenced by jit_convert_llvm::visit().

virtual void jit_instruction::construct_ssa ( void  )
inlinevirtualinherited

Reimplemented in jit_phi.

Definition at line 437 of file jit-ir.h.

References jit_instruction::argument_count(), and jit_instruction::do_construct_ssa().

Referenced by jit_infer::do_construct_ssa().

jit_variable* jit_assign_base::dest ( void  ) const
inlineinherited

Definition at line 878 of file jit-ir.h.

Referenced by jit_infer::do_construct_ssa(), and jit_infer::simplify_phi().

void jit_instruction::do_construct_ssa ( size_t  start,
size_t  end 
)
protectedinherited
jit_use * jit_internal_list< jit_value , jit_use >::first_use ( void  ) const
inlineinherited
jit_block * jit_value::first_use_block ( void  )
inherited
bool jit_value::has_llvm ( void  ) const
inlineinherited

Definition at line 250 of file jit-ir.h.

References jit_value::llvm_value.

size_t jit_instruction::id ( void  ) const
inlineinherited
bool jit_value::in_worklist ( void  ) const
inlineinherited

Definition at line 196 of file jit-ir.h.

References jit_value::min_worklist.

Referenced by jit_infer::push_worklist().

virtual bool jit_instruction::infer ( void  )
inlinevirtualinherited

Reimplemented in jit_magic_end, jit_call, jit_terminator, jit_phi, and jit_assign.

Definition at line 442 of file jit-ir.h.

Referenced by jit_infer::infer(), and jit_infer::simplify_phi().

jit_instruction* jit_value::last_use ( void  ) const
inlineinherited

Reimplemented in jit_variable.

Definition at line 234 of file jit-ir.h.

References jit_value::mlast_use.

std::list<jit_instruction *>::iterator jit_instruction::location ( void  ) const
inlineinherited

Definition at line 450 of file jit-ir.h.

References jit_instruction::mlocation.

Referenced by jit_block::insert_after(), and jit_block::insert_before().

const std::string& jit_extract_argument::name ( void  ) const
inline

Definition at line 1306 of file jit-ir.h.

Referenced by jit_convert_llvm::visit().

virtual bool jit_value::needs_release ( void  ) const
inlinevirtualinherited

Reimplemented in jit_call.

Definition at line 241 of file jit-ir.h.

Referenced by jit_infer::release_dead_phi(), and jit_infer::release_temp().

const jit_function& jit_extract_argument::overload ( void  ) const
inline

Definition at line 1311 of file jit-ir.h.

References jit_typeinfo::cast(), and jit_typeinfo::get_any().

Referenced by jit_convert_llvm::visit().

jit_block* jit_instruction::parent ( void  ) const
inlineinherited
llvm::BasicBlock * jit_instruction::parent_llvm ( void  ) const
inherited

Definition at line 212 of file jit-ir.cc.

References jit_instruction::mparent, and jit_block::to_llvm().

virtual void jit_assign_base::pop_variable ( void  )
inlinevirtualinherited

Reimplemented from jit_instruction.

Definition at line 885 of file jit-ir.h.

virtual std::ostream& jit_extract_argument::print ( std::ostream &  os,
size_t  indent = 0 
) const
inlinevirtual

Implements jit_value.

Definition at line 1316 of file jit-ir.h.

References jit_value::print_indent(), and jit_instruction::short_print().

std::ostream& jit_instruction::print_argument ( std::ostream &  os,
size_t  i 
) const
inlineinherited

Definition at line 391 of file jit-ir.h.

References jit_instruction::argument(), and jit_value::short_print().

Referenced by jit_call::print().

std::ostream& jit_value::print_indent ( std::ostream &  os,
size_t  indent = 0 
) const
inlineprotectedinherited
std::string jit_value::print_string ( void  )
inlineinherited

Definition at line 227 of file jit-ir.h.

References jit_value::print().

void jit_instruction::push_argument ( jit_value arg)
inlineinherited
virtual void jit_assign_base::push_variable ( void  )
inlinevirtualinherited

Reimplemented from jit_instruction.

Definition at line 880 of file jit-ir.h.

void jit_instruction::remove ( void  )
inherited
void jit_value::replace_with ( jit_value value)
virtualinherited
static void jit_instruction::reset_ids ( void  )
inlinestaticinherited

Definition at line 364 of file jit-ir.h.

References jit_instruction::next_id().

Referenced by jit_convert::initialize().

void jit_instruction::resize_arguments ( size_t  acount,
jit_value adefault = 0 
)
inlineinherited
virtual std::ostream& jit_assign_base::short_print ( std::ostream &  os) const
inlinevirtualinherited

Reimplemented from jit_instruction.

Definition at line 890 of file jit-ir.h.

References jit_instruction::id(), and jit_print().

void jit_instruction::stash_argument ( size_t  i,
jit_value arg 
)
inlineinherited
void jit_value::stash_in_worklist ( bool  ain_worklist)
inlineinherited

Definition at line 201 of file jit-ir.h.

References jit_value::min_worklist.

Referenced by jit_infer::infer(), and jit_infer::push_worklist().

void jit_value::stash_last_use ( jit_instruction alast_use)
inlineinherited

Reimplemented in jit_variable.

Definition at line 236 of file jit-ir.h.

References jit_value::mlast_use.

void jit_value::stash_llvm ( llvm::Value *  compiled)
inlineinherited
void jit_instruction::stash_parent ( jit_block aparent,
std::list< jit_instruction * >::iterator  alocation 
)
inlineinherited
void jit_value::stash_type ( jit_type new_ty)
inlineinherited
llvm::Value* jit_value::to_llvm ( void  ) const
inlineinherited

Reimplemented in jit_terminator, jit_phi, and jit_block.

Definition at line 255 of file jit-ir.h.

References jit_value::llvm_value.

Referenced by jit_instruction::argument_llvm(), and jit_convert_llvm::visit().

jit_type* jit_value::type ( void  ) const
inlineinherited
llvm::Type* jit_value::type_llvm ( void  ) const
inlineinherited

Definition at line 215 of file jit-ir.h.

References jit_type::to_llvm(), and jit_value::ty.

Referenced by jit_convert_llvm::visit().

const std::string& jit_value::type_name ( void  ) const
inlineinherited

Definition at line 220 of file jit-ir.h.

References jit_type::name(), and jit_value::ty.

size_t jit_internal_list< jit_value , jit_use >::use_count ( void  ) const
inlineinherited

Reimplemented in jit_block.

Definition at line 115 of file jit-util.h.

Referenced by jit_call::infer(), jit_call::print(), and jit_block::use_count().

Member Data Documentation

std::vector<jit_type *> jit_instruction::already_infered
protectedinherited
llvm::Value* jit_value::llvm_value
protectedinherited

The documentation for this class was generated from the following files: