Home
last modified time | relevance | path

Searched defs:calltypes (Results 1 – 16 of 16) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/core/rewrites/
H A Dstatic_getitem.py13 def match(self, func_ir, block, typemap, calltypes): argument
57 def match(self, func_ir, block, typemap, calltypes): argument
103 def match(self, func_ir, block, typemap, calltypes): argument
147 def match(self, func_ir, block, typemap, calltypes): argument
H A Dir_print.py11 def match(self, func_ir, block, typemap, calltypes): argument
59 def match(self, func_ir, block, typemap, calltypes): argument
H A Dstatic_binop.py14 def match(self, func_ir, block, typemap, calltypes): argument
H A Dstatic_raise.py39 def match(self, func_ir, block, typemap, calltypes): argument
H A Dregistry.py15 def match(self, func_ir, block, typemap, calltypes): argument
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dfuncdesc.py39 typemap, restype, calltypes, args, kws, mangler=None, argument
164 def _from_python_function(cls, func_ir, typemap, restype, calltypes, argument
183 def from_specialized_function(cls, func_ir, typemap, restype, calltypes, argument
H A Dir_utils.py60 def mk_alloc(typemap, calltypes, lhs, size_var, dtype, scope, loc): argument
142 def mk_range_block(typemap, start, stop, step, calltypes, scope, loc): argument
226 def mk_loop_header(typemap, phi_var, calltypes, scope, loc): argument
973 def apply_copy_propagate(blocks, in_copies, name_var_table, typemap, calltypes, argument
1039 def fix_setitem_type(stmt, typemap, calltypes): argument
1267 def canonicalize_array_math(func_ir, typemap, calltypes, typingctx): argument
1412 def simplify(func_ir, typemap, calltypes): argument
1579 typemap=None, calltypes=None): argument
1711 def gen_np_call(func_as_str, func, lhs, args, typingctx, typemap, calltypes): argument
H A Dinline_closurecall.py289 calltypes=None): argument
531 arg_typs=None, typemap=None, calltypes=None, argument
1301 def match(self, func_ir, block, typemap, calltypes): argument
1314 def _inline_const_arraycall(block, func_ir, context, typemap, calltypes): argument
/dports/devel/py-numba/numba-0.51.2/numba/stencils/
H A Dstencil.py123 neighborhood, standard_indexed, typemap, calltypes): argument
408 def copy_ir_with_calltypes(self, ir, calltypes): argument
435 def _stencil_wrapper(self, result, sigret, return_type, typemap, calltypes, *args): argument
H A Dstencilparfor.py32 def __init__(self, func_ir, typemap, calltypes, array_analysis, typingctx, flags): argument
647 calltypes): argument
/dports/devel/py-numba/numba-0.51.2/numba/parfors/
H A Dparfor_lowering.py1358 def replace_var_with_array_in_block(vars, block, typemap, calltypes): argument
1380 def replace_var_with_array_internal(vars, loop_body, typemap, calltypes): argument
1384 def replace_var_with_array(vars, loop_body, typemap, calltypes): argument
H A Dparfor.py1352 def __init__(self, func_ir, typemap, calltypes, typingctx, options, argument
1513 def __init__(self, func_ir, typemap, calltypes, return_type, typingctx, argument
2951 calltypes, argument
3091 calltypes, argument
3173 def lower_parfor_sequential(typingctx, func_ir, typemap, calltypes): argument
3201 calltypes, argument
3381 def get_parfor_reductions(func_ir, parfor, parfor_params, calltypes, reductions=None, argument
4286 typemap, calltypes, save_copies): argument
H A Darray_analysis.py1058 def __init__(self, context, func_ir, typemap, calltypes): argument
/dports/devel/py-numba/numba-0.51.2/numba/core/annotations/
H A Dtype_annotations.py56 def __init__(self, func_ir, typemap, calltypes, lifted, lifted_from, argument
/dports/devel/py-numba/numba-0.51.2/numba/np/ufunc/
H A Darray_exprs.py33 def match(self, func_ir, block, typemap, calltypes): argument
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/
H A DSolidityEndToEndTest.cpp3399 vector<string> calltypes = {"call", "delegatecall"}; in BOOST_AUTO_TEST_CASE() local