GNU Octave  4.0.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 | Protected Member Functions | Protected Attributes | List of all members
jit_argument Class Reference

#include "jit-ir.h"

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

Public Member Functions

 jit_argument (jit_type *atype, llvm::Value *avalue)
 
virtual void accept (jit_ir_walker &walker)
 
jit_usefirst_use (void) const
 
jit_blockfirst_use_block (void)
 
bool has_llvm (void) const
 
bool in_worklist (void) const
 
jit_instructionlast_use (void) const
 
virtual bool needs_release (void) const
 
virtual std::ostream & print (std::ostream &os, size_t indent=0) const
 
std::string print_string (void)
 
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 *alast_use)
 
void stash_llvm (llvm::Value *compiled)
 
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
 

Protected Member Functions

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

Protected Attributes

llvm::Value * llvm_value
 

Detailed Description

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

Constructor & Destructor Documentation

jit_argument::jit_argument ( jit_type atype,
llvm::Value *  avalue 
)
inline

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

Member Function Documentation

void jit_argument::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 245 of file jit-ir.h.

References jit_value::print().

bool jit_value::in_worklist ( void  ) const
inlineinherited

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

Referenced by jit_infer::push_worklist().

jit_instruction* jit_value::last_use ( void  ) const
inlineinherited

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

virtual bool jit_value::needs_release ( void  ) const
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().

virtual std::ostream& jit_argument::print ( std::ostream &  os,
size_t  indent = 0 
) const
inlinevirtual
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 222 of file jit-ir.h.

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

Referenced by operator<<().

void jit_value::stash_in_worklist ( bool  ain_worklist)
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().

void jit_value::stash_last_use ( jit_instruction alast_use)
inlineinherited

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

void jit_value::stash_llvm ( llvm::Value *  compiled)
inlineinherited

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

References jit_value::llvm_value.

Referenced by jit_convert_llvm::convert(), print(), and jit_convert_llvm::visit().

void jit_value::stash_type ( jit_type new_ty)
inlineinherited
llvm::Value* jit_value::to_llvm ( void  ) const
inlineinherited
jit_type* jit_value::type ( void  ) const
inlineinherited
llvm::Type* jit_value::type_llvm ( void  ) const
inlineinherited

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

Referenced by jit_convert_llvm::visit().

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

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

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

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

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

Referenced by jit_call::infer().

Member Data Documentation

llvm::Value* jit_value::llvm_value
protectedinherited

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