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 Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
jit_const< T, EXTRACT_T, PASS_T, QUOTE > Class Template Reference

#include "jit-ir.h"

Inheritance diagram for jit_const< T, EXTRACT_T, PASS_T, QUOTE >:
Inheritance graph
[legend]
Collaboration diagram for jit_const< T, EXTRACT_T, PASS_T, QUOTE >:
Collaboration graph
[legend]

Public Types

typedef PASS_T pass_t
 

Public Member Functions

 jit_const (PASS_T 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
 
PASS_T value (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

mvalue
 

Detailed Description

template<typename T, jit_type *(*)(void) EXTRACT_T, typename PASS_T, bool QUOTE>
class jit_const< T, EXTRACT_T, PASS_T, QUOTE >

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

Member Typedef Documentation

template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
typedef PASS_T jit_const< T, EXTRACT_T, PASS_T, QUOTE >::pass_t

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

Constructor & Destructor Documentation

template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
jit_const< T, EXTRACT_T, PASS_T, QUOTE >::jit_const ( PASS_T  avalue)
inline

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

Member Function Documentation

template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
void jit_const< T, EXTRACT_T, PASS_T, QUOTE >::accept ( jit_ir_walker walker)
virtual

Implements jit_value.

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

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().

template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
virtual std::ostream& jit_const< T, EXTRACT_T, PASS_T, QUOTE >::print ( std::ostream &  os,
size_t  indent = 0 
) const
inlinevirtual

Implements jit_value.

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

References jit_value::stash_type().

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
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().

template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
PASS_T jit_const< T, EXTRACT_T, PASS_T, QUOTE >::value ( void  ) const
inline

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

Referenced by jit_typeinfo::do_end(), and jit_convert_llvm::visit().

Member Data Documentation

llvm::Value* jit_value::llvm_value
protectedinherited
template<typename T , jit_type *(*)(void) EXTRACT_T, typename PASS_T , bool QUOTE>
T jit_const< T, EXTRACT_T, PASS_T, QUOTE >::mvalue
private

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


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