Searched refs:new_call (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h262 rvalue new_call (function func,
266 /* In addition, we provide a series of overloaded "new_call" methods
269 rvalue new_call (function func,
271 rvalue new_call (function func,
274 rvalue new_call (function func,
277 rvalue new_call (function func,
280 rvalue new_call (function func,
284 rvalue new_call (function func,
288 rvalue new_call (function func,
1024 context::new_call (functio function in class:gccjit::context
1042 context::new_call (function func, function in class:gccjit::context
1050 context::new_call (function func, function in class:gccjit::context
1059 context::new_call (function func, function in class:gccjit::context
1069 context::new_call (function func, function in class:gccjit::context
1080 context::new_call (function func, function in class:gccjit::context
1093 context::new_call (function func, function in class:gccjit::context
1107 context::new_call (function func, function in class:gccjit::context
[all...]
H A Djit-playback.h131 new_call (location *loc,
H A Djit-recording.h167 new_call (location *loc,
H A Djit-playback.c954 new_call (location *loc, function in class:playback::context
H A Djit-recording.c1045 recording::context::new_call (recording::location *loc, function in class:recording::context
4713 set_playback_obj (r->new_call (playback_location (r, m_loc),
H A Dlibgccjit.c1371 gcc::jit::recording::context::new_call method in
1435 return (gcc_jit_rvalue *)ctxt->new_call (loc,
/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc59 block.add_eval (ctxt.new_call (printf_func,
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1039 tree new_call; local
1051 new_call = fold_build_call_array_loc (EXPR_LOCATION (t), TREE_TYPE (t),
1053 VERIFY_CONSTANT (new_call);
1054 return new_call;
1084 constexpr_call *new_call,
1089 tree fun = new_call->fundef->decl;
1092 tree *p = &new_call->bindings;
1193 constexpr_call new_call = { NULL, NULL, NULL, 0 }; local
1259 new_call.fundef = ctx->call->fundef;
1262 new_call
1083 cxx_bind_parameters_in_call(const constexpr_ctx *ctx, tree t, constexpr_call *new_call, bool *non_constant_p, bool *overflow_p, bool *non_constant_args) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-chkp.c1793 gcall *new_call; local
1954 new_call = call;
1957 new_call = gimple_build_call_vec (gimple_op (call, 1), new_args);
1958 gimple_call_set_lhs (new_call, gimple_call_lhs (call));
1959 gimple_call_copy_flags (new_call, call);
1960 gimple_call_set_chain (new_call, gimple_call_chain (call));
1968 gimple_call_set_fndecl (new_call, new_decl);
1969 gimple_call_set_fntype (new_call, TREE_TYPE (new_decl));
1973 else if (new_call != call)
1977 gimple_call_set_fntype (new_call, typ
[all...]
H A Dcgraph.c1516 tree new_call = (new_stmt && is_gimple_call (new_stmt)) local
1520 if (!new_call && !old_call)
1524 if (old_call != new_call)
1545 if (new_call && e->callee)
1550 if (callee->decl == new_call
1551 || callee->former_clone_of == new_call)
1570 else if (new_call)
1579 if (new_call)
1581 ne = node->create_edge (cgraph_node::get_create (new_call),
H A Dtree-inline.c1860 gcall *new_call; local
1915 new_call = gimple_build_call_vec (gimple_call_fn (call_stmt),
1922 gimple_call_copy_flags (new_call, call_stmt);
1923 gimple_call_set_va_arg_pack (new_call, false);
1924 gimple_set_location (new_call, gimple_location (stmt));
1925 gimple_set_block (new_call, gimple_block (stmt));
1926 gimple_call_set_lhs (new_call, gimple_call_lhs (call_stmt));
1928 gsi_replace (&copy_gsi, new_call, false);
1929 stmt = new_call;
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-quadratic.cc245 testcase.ctxt.new_call (testcase.sqrt, discriminant_of_q));
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc730 ctxt.new_call (

Completed in 324 milliseconds