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 | |
jit_index_operation (void) | |
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)=0 |
virtual jit_function * | generate (const signature_vec &types) const |
virtual jit_function * | generate_matrix (const signature_vec &types) const =0 |
Protected Attributes | |
llvm::ExecutionEngine * | engine |
llvm::Module * | module |
Definition at line 382 of file jit-typeinfo.h.
|
inherited |
Definition at line 324 of file jit-typeinfo.h.
|
inline |
Definition at line 386 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().
|
protected |
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 jit_paren_subsasgn::generate_matrix().
|
protectedpure virtual |
Implemented in jit_paren_subsasgn, and jit_paren_subsref.
|
protectedvirtual |
Reimplemented from jit_operation.
Definition at line 947 of file jit-typeinfo.cc.
References generate_matrix(), jit_typeinfo::get_matrix(), jit_typeinfo::get_scalar(), and scalar().
|
protectedpure virtual |
Implemented in jit_paren_subsasgn, and jit_paren_subsref.
Referenced by generate().
|
inline |
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().
|
protected |
Definition at line 408 of file jit-typeinfo.h.
Referenced by jit_paren_subsref::do_initialize(), and jit_paren_subsasgn::do_initialize().
|
protected |
Definition at line 407 of file jit-typeinfo.h.
Referenced by jit_paren_subsref::do_initialize(), jit_paren_subsasgn::do_initialize(), jit_paren_subsref::generate_matrix(), and jit_paren_subsasgn::generate_matrix().