GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-typeinfo.h"
Public Types | |
typedef std::vector< jit_type * > | signature_vec |
Public Member Functions | |
void | add_overload (const jit_function &func) |
void | add_overload (const jit_function &func, const signature_vec &args) |
void | initialize (llvm::Module *amodule, llvm::ExecutionEngine *aengine) |
const std::string & | name (void) const |
const jit_function & | overload (const signature_vec &types) const |
const jit_function & | overload (jit_type *arg0) const |
const jit_function & | overload (jit_type *arg0, jit_type *arg1) const |
const jit_function & | overload (jit_type *arg0, jit_type *arg1, jit_type *arg2) const |
jit_type * | result (const signature_vec &types) const |
jit_type * | result (jit_type *arg0) const |
jit_type * | result (jit_type *arg0, jit_type *arg1) const |
jit_type * | result (jit_type *arg0, jit_type *arg1, jit_type *arg2) const |
void | stash_name (const std::string &aname) |
Protected Member Functions | |
llvm::Value * | create_arg_array (llvm::IRBuilderD &builder, const jit_function &fn, size_t start_idx, size_t end_idx) const |
virtual void | do_initialize (void) |
virtual jit_function * | generate (const signature_vec &types) const |
jit_function * | generate_matrix (const signature_vec &types) const |
Protected Attributes | |
llvm::ExecutionEngine * | engine |
llvm::Module * | module |
Private Attributes | |
jit_function | paren_scalar |
Definition at line 422 of file jit-typeinfo.h.
|
inherited |
Definition at line 324 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 328 of file jit-typeinfo.h.
Referenced by jit_typeinfo::add_print(), jit_typeinfo::jit_typeinfo(), jit_typeinfo::register_generic(), and jit_typeinfo::register_intrinsic().
|
inherited |
Definition at line 821 of file jit-typeinfo.cc.
References Array< T >::dims(), jit_operation::overloads, Array< T >::resize(), and jit_operation::to_idx().
|
protectedinherited |
Definition at line 964 of file jit-typeinfo.cc.
References jit_function::argument(), and jit_typeinfo::get_scalar_llvm().
Referenced by jit_paren_subsref::generate_matrix(), and generate_matrix().
|
protectedvirtual |
Implements jit_index_operation.
Definition at line 1049 of file jit-typeinfo.cc.
References jit_function::add_mapping(), jit_index_operation::engine, jit_convention::external, jit_typeinfo::get_index(), jit_typeinfo::get_matrix(), jit_typeinfo::get_scalar(), jit_typeinfo::get_scalar_ptr(), jit_function::mark_can_error(), jit_index_operation::module, octave_jit_paren_scalar_subsasgn(), paren_scalar, and jit_function::valid().
|
protectedvirtualinherited |
Reimplemented from jit_operation.
Definition at line 947 of file jit-typeinfo.cc.
References jit_index_operation::generate_matrix(), jit_typeinfo::get_matrix(), jit_typeinfo::get_scalar(), and scalar().
|
protectedvirtual |
Implements jit_index_operation.
Definition at line 1024 of file jit-typeinfo.cc.
References jit_function::argument(), builder(), jit_function::call(), jit_index_operation::create_arg_array(), jit_function::do_return(), jit_typeinfo::get_index(), jit_typeinfo::get_matrix(), jit_convention::internal, jit_function::mark_can_error(), jit_index_operation::module, jit_function::new_block(), and paren_scalar.
|
inlineinherited |
Definition at line 388 of file jit-typeinfo.h.
References initialize().
Referenced by jit_typeinfo::jit_typeinfo().
|
inlineinherited |
Definition at line 357 of file jit-typeinfo.h.
|
inherited |
Definition at line 852 of file jit-typeinfo.cc.
References Array< T >::dims(), jit_operation::do_generate(), jit_operation::overloads, jit_operation::to_idx(), and jit_function::valid().
Referenced by jit_typeinfo::do_end().
|
inlineinherited |
Definition at line 350 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 351 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 352 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 338 of file jit-typeinfo.h.
Referenced by jit_call::infer().
Definition at line 350 of file jit-typeinfo.h.
Definition at line 351 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 352 of file jit-typeinfo.h.
|
inlineinherited |
Definition at line 359 of file jit-typeinfo.h.
Referenced by jit_typeinfo::jit_typeinfo().
|
protectedinherited |
Definition at line 408 of file jit-typeinfo.h.
Referenced by jit_paren_subsref::do_initialize(), and do_initialize().
|
protectedinherited |
Definition at line 407 of file jit-typeinfo.h.
Referenced by jit_paren_subsref::do_initialize(), do_initialize(), jit_paren_subsref::generate_matrix(), and generate_matrix().
|
private |
Definition at line 430 of file jit-typeinfo.h.
Referenced by do_initialize(), and generate_matrix().