Searched refs:mul_stmt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2941 gimple *mul_stmt; member in struct:fma_transformation_info
3000 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt);
3002 release_defs (fti.mul_stmt);
3060 convert_mult_to_fma (gimple *mul_stmt, tree op1, tree op2, argument
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))
3150 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt))
3266 fti.mul_stmt = mul_stmt;
[all...]
H A Dtree-ssa-reassoc.c2315 gassign *mul_stmt variable
2318 gimple_set_visited (mul_stmt, true);
2319 add_to_ops_vec (ops, tmp, mul_stmt);
5816 gimple *mul_stmt, *pow_stmt; local
6016 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR,
6018 gimple_set_location (mul_stmt, gimple_location (stmt));
6019 gimple_set_uid (mul_stmt, gimple_uid (stmt));
6020 gsi_insert_before (&gsi, mul_stmt, GSI_SAME_STMT);
6024 gimple_set_visited (mul_stmt, true);
6046 mul_stmt
6458 gimple *mul_stmt, *lhs_stmt = SSA_NAME_DEF_STMT (lhs); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3117 gimple *mul_stmt; member in struct:fma_transformation_info
3176 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt);
3178 release_defs (fti.mul_stmt);
3236 convert_mult_to_fma (gimple *mul_stmt, tree op1, tree op2, argument
3239 tree mul_result = gimple_get_lhs (mul_stmt);
3260 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt));
3299 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt))
3330 if (gimple_bb (use_stmt) != gimple_bb (mul_stmt))
3446 fti.mul_stmt = mul_stmt;
3557 gimple *mul_stmt; local
[all...]
H A Dtree-ssa-reassoc.cc2388 gassign *mul_stmt local
2391 gimple_set_visited (mul_stmt, true);
2392 add_to_ops_vec (ops, tmp, mul_stmt);
6197 gimple *mul_stmt, *pow_stmt; local
6416 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR,
6418 gimple_set_location (mul_stmt, gimple_location (stmt));
6419 gimple_set_uid (mul_stmt, gimple_uid (stmt));
6420 gsi_insert_before (&gsi, mul_stmt, GSI_SAME_STMT);
6424 gimple_set_visited (mul_stmt, true);
6464 mul_stmt
6877 gimple *mul_stmt, *lhs_stmt = SSA_NAME_DEF_STMT (lhs); local
[all...]

Completed in 155 milliseconds