GNU Octave  4.2.1
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 | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
jit_variable Class Reference

#include "jit-ir.h"

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

Public Member Functions

 jit_variable (const std::string &aname)
 
virtual void accept (jit_ir_walker &walker)
 
jit_usefirst_use (void) const
 
jit_blockfirst_use_block (void)
 
bool has_llvm (void) const
 
bool has_top (void) const
 
bool in_worklist (void) const
 
jit_instructionlast_use (void) const
 
const std::stringname (void) const
 
virtual bool needs_release (void) const
 
void pop (void)
 
virtual std::ostream & print (std::ostream &os, size_t indent=0) const
 
std::string print_string (void)
 
void push (jit_instruction *v)
 
virtual void replace_with (jit_value *value)
 
virtual std::ostream & short_print (std::ostream &os) const
 
void stash_in_worklist (bool ain_worklist)
 
void stash_last_use (jit_instruction *instr)
 
void stash_llvm (llvm::Value *compiled)
 
void stash_type (jit_type *new_ty)
 
llvm::Value * to_llvm (void) const
 
jit_valuetop (void) const
 
jit_typetype (void) const
 
llvm::Type * type_llvm (void) const
 
const std::stringtype_name (void) const
 
void use_blocks (jit_block::df_set &result)
 
size_t use_count (void) const
 

Protected Member Functions

std::ostream & print_indent (std::ostream &os, size_t indent=0) const
 

Protected Attributes

llvm::Value * llvm_value
 

Private Attributes

jit_instructionmlast_use
 
std::string mname
 
std::stack< jit_value * > value_stack
 

Detailed Description

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

Constructor & Destructor Documentation

jit_variable::jit_variable ( const std::string aname)
inline

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

Member Function Documentation

void jit_variable::accept ( jit_ir_walker walker)
virtual

Implements jit_value.

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

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 252 of file jit-ir.h.

References jit_value::print().

bool jit_variable::has_top ( void  ) const
inline

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

References jit_value::mlast_use, and string.

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

bool jit_value::in_worklist ( void  ) const
inlineinherited

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

Referenced by jit_infer::push_worklist().

jit_instruction* jit_variable::last_use ( void  ) const
inline

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

References jit_value::mlast_use.

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

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

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

virtual bool jit_value::needs_release ( void  ) const
inlinevirtualinherited

Reimplemented in jit_call.

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

References jit_value::mlast_use.

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

void jit_variable::pop ( void  )
inline

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

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

Implements jit_value.

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

References jit_internal_list< jit_value, jit_use >::first_use().

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 229 of file jit-ir.h.

void jit_variable::push ( jit_instruction v)
inline

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

References octave_value_list::empty().

void jit_value::replace_with ( jit_value value)
virtualinherited
virtual std::ostream& jit_value::short_print ( std::ostream &  os) const
inlinevirtualinherited

Reimplemented in jit_magic_end, jit_assign_base, jit_block, and jit_instruction.

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

Referenced by operator<<().

void jit_value::stash_in_worklist ( bool  ain_worklist)
inlineinherited

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

References jit_value::min_worklist.

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

void jit_variable::stash_last_use ( jit_instruction instr)
inline

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

void jit_value::stash_llvm ( llvm::Value *  compiled)
inlineinherited
void jit_value::stash_type ( jit_type new_ty)
inlineinherited
llvm::Value* jit_value::to_llvm ( void  ) const
inlineinherited

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

References jit_value::llvm_value.

Referenced by jit_phi::to_llvm(), jit_terminator::to_llvm(), and jit_convert_llvm::visit().

jit_value* jit_variable::top ( void  ) const
inline

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

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

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

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

Referenced by jit_convert_llvm::visit().

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

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

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

void jit_variable::use_blocks ( jit_block::df_set result)
inline

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

References jit_value::mlast_use.

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

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

Referenced by jit_call::infer().

Member Data Documentation

llvm::Value* jit_value::llvm_value
protectedinherited
jit_instruction* jit_variable::mlast_use
private

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

std::string jit_variable::mname
private

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

std::stack<jit_value *> jit_variable::value_stack
private

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


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