| /src/external/gpl3/gcc/dist/gcc/ |
| tree-call-cdce.cc | 1196 gcall *new_call = gimple_build_call_internal_vec (ifn, args); 1197 gimple_set_location (new_call, gimple_location (call)); 1198 gimple_call_set_nothrow (new_call, gimple_call_nothrow_p (call)); 1202 gimple_call_set_lhs (new_call, lhs); 1204 SSA_NAME_DEF_STMT (lhs) = new_call; 1208 gsi_insert_before (&gsi, new_call, GSI_SAME_STMT); 1223 gcall *new_call = gimple_build_call_internal (IFN_SET_EDOM, 0); 1224 gimple_move_vops (new_call, call); 1225 gimple_set_location (new_call, gimple_location (call)); 1226 gsi_replace (&gsi, new_call, false) 1193 gcall *new_call = gimple_build_call_internal_vec (ifn, args); local 1220 gcall *new_call = gimple_build_call_internal (IFN_SET_EDOM, 0); local [all...] |
| cgraphunit.cc | 1067 gimple *new_call = cgraph_edge::redirect_call_stmt_to_callee (edge); local 1072 print_gimple_stmt (symtab->dump_file, new_call, 0, TDF_SLIM);
|
| cgraph.cc | 1629 tree new_call = (new_stmt && is_gimple_call (new_stmt)) local 1633 if (!new_call && !old_call) 1637 if (old_call != new_call) 1657 if (new_call && e->callee) 1662 if (callee->decl == new_call 1663 || callee->former_clone_of == new_call) 1681 else if (new_call) 1688 if (new_call) 1690 ne = node->create_edge (cgraph_node::get_create (new_call),
|
| tree-if-conv.cc | 2853 gcall *new_call = gimple_build_call_internal_vec (IFN_MASK_CALL, local 2855 gimple_call_set_lhs (new_call, gimple_call_lhs (call)); 2856 gsi_replace (&gsi, new_call, true);
|
| tree-inline.cc | 2142 gcall *new_call; local 2174 new_call = gimple_build_call_vec (gimple_call_fn (call_stmt), 2181 gimple_call_copy_flags (new_call, call_stmt); 2182 gimple_call_set_va_arg_pack (new_call, false); 2183 gimple_call_set_fntype (new_call, gimple_call_fntype (call_stmt)); 2185 gimple_set_location (new_call, gimple_location (stmt)); 2186 gimple_call_set_lhs (new_call, gimple_call_lhs (call_stmt)); 2188 gsi_replace (©_gsi, new_call, false); 2189 stmt = new_call;
|
| tree-ssa-reassoc.cc | 6810 gcall *new_call; local 6812 new_call = gimple_build_call_internal 6815 new_call = gimple_build_call 6818 gimple_call_set_lhs (new_call, lhs); 6819 gimple_set_location (new_call, 6821 insert_stmt_after (new_call, old_call); 6831 insert_stmt_after (negate_stmt, new_call);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-call-cdce.cc | 1097 gcall *new_call = gimple_build_call_internal_vec (ifn, args); 1098 gimple_set_location (new_call, gimple_location (call)); 1099 gimple_call_set_nothrow (new_call, gimple_call_nothrow_p (call)); 1103 gimple_call_set_lhs (new_call, lhs); 1105 SSA_NAME_DEF_STMT (lhs) = new_call; 1109 gsi_insert_before (&gsi, new_call, GSI_SAME_STMT); 1124 gcall *new_call = gimple_build_call_internal (IFN_SET_EDOM, 0); 1125 gimple_move_vops (new_call, call); 1126 gimple_set_location (new_call, gimple_location (call)); 1127 gsi_replace (&gsi, new_call, false) 1094 gcall *new_call = gimple_build_call_internal_vec (ifn, args); local 1121 gcall *new_call = gimple_build_call_internal (IFN_SET_EDOM, 0); local [all...] |
| cgraphunit.cc | 1056 gimple *new_call = cgraph_edge::redirect_call_stmt_to_callee (edge); local 1061 print_gimple_stmt (symtab->dump_file, new_call, 0, TDF_SLIM);
|
| cgraph.cc | 1628 tree new_call = (new_stmt && is_gimple_call (new_stmt)) local 1632 if (!new_call && !old_call) 1636 if (old_call != new_call) 1655 if (new_call && e->callee) 1660 if (callee->decl == new_call 1661 || callee->former_clone_of == new_call) 1679 else if (new_call) 1686 if (new_call) 1688 ne = node->create_edge (cgraph_node::get_create (new_call),
|
| tree-inline.cc | 2126 gcall *new_call; local 2158 new_call = gimple_build_call_vec (gimple_call_fn (call_stmt), 2165 gimple_call_copy_flags (new_call, call_stmt); 2166 gimple_call_set_va_arg_pack (new_call, false); 2167 gimple_call_set_fntype (new_call, gimple_call_fntype (call_stmt)); 2169 gimple_set_location (new_call, gimple_location (stmt)); 2170 gimple_call_set_lhs (new_call, gimple_call_lhs (call_stmt)); 2172 gsi_replace (©_gsi, new_call, false); 2173 stmt = new_call;
|
| tree-ssa-reassoc.cc | 6569 gcall *new_call; local 6571 new_call = gimple_build_call_internal 6574 new_call = gimple_build_call 6577 gimple_call_set_lhs (new_call, lhs); 6578 gimple_set_location (new_call, 6580 insert_stmt_after (new_call, old_call); 6590 insert_stmt_after (negate_stmt, new_call);
|
| tree-vect-stmts.cc | 4493 gcall *new_call = gimple_build_call_vec (fndecl, vargs); local 4501 new_temp = make_ssa_name (vec_dest, new_call); 4503 new_temp = make_ssa_name (rtype, new_call); 4504 gimple_call_set_lhs (new_call, new_temp); 4506 vect_finish_stmt_generation (vinfo, stmt_info, new_call, gsi); 4507 gimple *new_stmt = new_call;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 1544 tree new_call; local 1696 new_call 1710 new_call = fold_builtin_is_corresponding_member (loc, nargs, args); 1713 new_call = fold_builtin_call_array (EXPR_LOCATION (t), TREE_TYPE (t), 1717 if (new_call == NULL) 1721 new_call = build_call_array_loc (EXPR_LOCATION (t), TREE_TYPE (t), 1723 error ("%q+E is not a constant expression", new_call); 1729 if (!potential_constant_expression (new_call)) 1732 error ("%q+E is not a constant expression", new_call); 1742 STRIP_NOPS (new_call); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 2280 tree new_call; local 2288 new_call = build_nop (type, build_address (var)); 2297 new_call = build_libcall (libcall, tb, 1, arg); 2329 new_call = d_save_expr (new_call); 2330 field = component_ref (build_deref (new_call), field); 2335 new_call = compound_expr (setup_exp, new_call); 2339 result = d_build_call_expr (e->member, new_call, e->arguments); 2341 result = new_call; 2355 tree new_call; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.cc | 1261 gcall *new_call = gimple_build_call_internal (IFN_VEC_SHL_INSERT, 2, variable 1264 gimple_call_set_lhs (new_call, f.lhs); 1265 return new_call; 1437 gcall *new_call = gimple_build_call_internal (IFN_MASK_LOAD, 3, variable 1439 gimple_call_set_lhs (new_call, f.lhs); 1440 return new_call; 1670 gcall *new_call = gimple_build_call_internal (IFN_MASK_LOAD_LANES, 3, variable 1672 gimple_call_set_lhs (new_call, lhs_array); 1673 gsi_insert_after (f.gsi, new_call, GSI_SAME_STMT);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1081 gimple *new_call; local 1129 new_call = gimple_build_call (new_decl, 1, src); 1131 gimple_call_set_lhs (new_call, src); 1132 gimple_seq_add_stmt (&new_seq, new_call); 1147 new_call = gimple_build_call (new_decl, 2, src, 1149 gimple_call_set_lhs (new_call, dstssa); 1150 gimple_seq_add_stmt (&new_seq, new_call); 1221 new_call = gimple_build_call (new_decl, 0); 1224 new_call = gimple_build_call (new_decl, 1, op[0]); 1227 new_call = gimple_build_call (new_decl, 2, op[0], op[1]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| libgccjit++.h | 291 rvalue new_call (function func, 295 /* In addition, we provide a series of overloaded "new_call" methods 298 rvalue new_call (function func, 300 rvalue new_call (function func, 303 rvalue new_call (function func, 306 rvalue new_call (function func, 309 rvalue new_call (function func, 313 rvalue new_call (function func, 317 rvalue new_call (function func, 1192 context::new_call (function func function in class:gccjit::context 1210 context::new_call (function func, function in class:gccjit::context 1218 context::new_call (function func, function in class:gccjit::context 1227 context::new_call (function func, function in class:gccjit::context 1237 context::new_call (function func, function in class:gccjit::context 1248 context::new_call (function func, function in class:gccjit::context 1261 context::new_call (function func, function in class:gccjit::context 1275 context::new_call (function func, function in class:gccjit::context [all...] |
| jit-playback.cc | 1478 new_call (location *loc, function in class:gcc::jit::playback::context
|
| jit-recording.cc | 1286 recording::context::new_call (recording::location *loc, function in class:gcc::jit::recording::context 6276 set_playback_obj (r->new_call (playback_location (r, m_loc),
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.cc | 1055 gcall *new_call = gimple_build_call_internal (IFN_VEC_SHL_INSERT, 2, variable 1058 gimple_call_set_lhs (new_call, f.lhs); 1059 return new_call; 1108 gcall *new_call = gimple_build_call_internal (IFN_MASK_LOAD, 3, variable 1110 gimple_call_set_lhs (new_call, f.lhs); 1111 return new_call; 1276 gcall *new_call = gimple_build_call_internal (IFN_MASK_LOAD_LANES, 3, variable 1278 gimple_call_set_lhs (new_call, lhs_array); 1279 gsi_insert_after (f.gsi, new_call, GSI_SAME_STMT);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1105 gimple *new_call; local 1153 new_call = gimple_build_call (new_decl, 1, src); 1155 gimple_call_set_lhs (new_call, src); 1156 gimple_seq_add_stmt (&new_seq, new_call); 1171 new_call = gimple_build_call (new_decl, 2, src, 1173 gimple_call_set_lhs (new_call, dstssa); 1174 gimple_seq_add_stmt (&new_seq, new_call); 1245 new_call = gimple_build_call (new_decl, 0); 1248 new_call = gimple_build_call (new_decl, 1, op[0]); 1251 new_call = gimple_build_call (new_decl, 2, op[0], op[1]) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| libgccjit++.h | 291 rvalue new_call (function func, 295 /* In addition, we provide a series of overloaded "new_call" methods 298 rvalue new_call (function func, 300 rvalue new_call (function func, 303 rvalue new_call (function func, 306 rvalue new_call (function func, 309 rvalue new_call (function func, 313 rvalue new_call (function func, 317 rvalue new_call (function func, 1191 context::new_call (function func function in class:gccjit::context 1209 context::new_call (function func, function in class:gccjit::context 1217 context::new_call (function func, function in class:gccjit::context 1226 context::new_call (function func, function in class:gccjit::context 1236 context::new_call (function func, function in class:gccjit::context 1247 context::new_call (function func, function in class:gccjit::context 1260 context::new_call (function func, function in class:gccjit::context 1274 context::new_call (function func, function in class:gccjit::context [all...] |
| jit-playback.cc | 1313 new_call (location *loc, function in class:gcc::jit::playback::context
|
| jit-recording.cc | 1273 recording::context::new_call (recording::location *loc, function in class:gcc::jit::recording::context 6032 set_playback_obj (r->new_call (playback_location (r, m_loc),
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 1361 tree new_call; local 1498 new_call 1512 new_call = fold_builtin_is_corresponding_member (loc, nargs, args); 1515 new_call = fold_builtin_call_array (EXPR_LOCATION (t), TREE_TYPE (t), 1519 if (new_call == NULL) 1531 new_call = build_call_array_loc (EXPR_LOCATION (t), TREE_TYPE (t), 1533 error ("%q+E is not a constant expression", new_call); 1540 if (!potential_constant_expression (new_call)) 1543 error ("%q+E is not a constant expression", new_call); 1553 STRIP_NOPS (new_call); 2329 tree new_call = copy_node (t); local 2388 constexpr_call new_call local [all...] |