Home
last modified time | relevance | path

Searched refs:mul_stmt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2941 gimple *mul_stmt; member
3000 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt); in cancel_fma_deferring()
3002 release_defs (fti.mul_stmt); in cancel_fma_deferring()
3060 convert_mult_to_fma (gimple *mul_stmt, tree op1, tree op2,
3063 tree mul_result = gimple_get_lhs (mul_stmt);
3080 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt));
3119 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt)) in FOR_EACH_IMM_USE_FAST()
3150 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt)) in FOR_EACH_IMM_USE_FAST()
3266 fti.mul_stmt = mul_stmt;
3276 print_gimple_stmt (dump_file, mul_stmt, 0, TDF_NONE);
H A Dtree-ssa-reassoc.c2315 gassign *mul_stmt in transform_add_to_multiply() local
2318 gimple_set_visited (mul_stmt, true); in transform_add_to_multiply()
2319 add_to_ops_vec (ops, tmp, mul_stmt); in transform_add_to_multiply()
5816 gimple *mul_stmt, *pow_stmt; in attempt_builtin_powi() local
6016 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR, in attempt_builtin_powi()
6018 gimple_set_location (mul_stmt, gimple_location (stmt)); in attempt_builtin_powi()
6019 gimple_set_uid (mul_stmt, gimple_uid (stmt)); in attempt_builtin_powi()
6020 gsi_insert_before (&gsi, mul_stmt, GSI_SAME_STMT); in attempt_builtin_powi()
6024 gimple_set_visited (mul_stmt, true); in attempt_builtin_powi()
6046 mul_stmt = gimple_build_assign (new_result, MULT_EXPR, in attempt_builtin_powi()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3126 gimple *mul_stmt; member
3185 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt); in cancel_fma_deferring()
3187 release_defs (fti.mul_stmt); in cancel_fma_deferring()
3245 convert_mult_to_fma (gimple *mul_stmt, tree op1, tree op2, in convert_mult_to_fma() argument
3248 tree mul_result = gimple_get_lhs (mul_stmt); in convert_mult_to_fma()
3269 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt)); in convert_mult_to_fma()
3308 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt)) in convert_mult_to_fma()
3339 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt)) in convert_mult_to_fma()
3455 fti.mul_stmt = mul_stmt; in convert_mult_to_fma()
3465 print_gimple_stmt (dump_file, mul_stmt, 0, TDF_NONE); in convert_mult_to_fma()
[all …]
H A Dtree-ssa-reassoc.cc2391 gassign *mul_stmt in transform_add_to_multiply() local
2394 gimple_set_visited (mul_stmt, true); in transform_add_to_multiply()
2395 add_to_ops_vec (ops, tmp, mul_stmt); in transform_add_to_multiply()
6200 gimple *mul_stmt, *pow_stmt; in attempt_builtin_powi() local
6419 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR, in attempt_builtin_powi()
6421 gimple_set_location (mul_stmt, gimple_location (stmt)); in attempt_builtin_powi()
6422 gimple_set_uid (mul_stmt, gimple_uid (stmt)); in attempt_builtin_powi()
6423 gsi_insert_before (&gsi, mul_stmt, GSI_SAME_STMT); in attempt_builtin_powi()
6427 gimple_set_visited (mul_stmt, true); in attempt_builtin_powi()
6467 mul_stmt = gimple_build_assign (new_result, MULT_EXPR, in attempt_builtin_powi()
[all …]
H A DChangeLog-20155073 pow_stmt or mul_stmt from stmt's uid.
5074 (reassociate_bb): Set uid of mul_stmt from stmt's uid.