Searched refs:optab_default (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-tree.h30 optab_default, enumerator in enum:optab_subtype
45 enum optab_subtype = optab_default);
H A Dtree-vect-generic.c729 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
749 op = optab_for_tree_code (BIT_AND_EXPR, type, optab_default);
761 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
771 optab_default);
843 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
849 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
871 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
883 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
902 op = optab_for_tree_code (MULT_EXPR, type, optab_default);
924 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
[all...]
H A Dtree-vect-stmts.c6167 optab = optab_for_tree_code (code, vectype, optab_default);
7050 optab optab = optab_for_tree_code (code, vectype, optab_default);
10180 optab = optab_for_tree_code (bitop1, comp_vectype, optab_default);
10187 optab_default);
10637 optab = optab_for_tree_code (bitop1, vectype, optab_default);
10643 optab = optab_for_tree_code (bitop2, vectype, optab_default);
11783 optab1 = optab_for_tree_code (c1, vectype_out, optab_default);
11784 optab2 = optab_for_tree_code (c2, vectype_out, optab_default);
11799 optab1 = optab_for_tree_code (c1, vectype, optab_default);
11800 optab2 = optab_for_tree_code (c2, vectype, optab_default);
[all...]
H A Dtree-vect-patterns.c215 optab optab = optab_for_tree_code (code, vecitype, optab_default);
2048 && optab_for_tree_code (PLUS_EXPR, new_vectype, optab_default)
2049 && optab_for_tree_code (BIT_IOR_EXPR, new_vectype, optab_default)
2050 && optab_for_tree_code (BIT_AND_EXPR, new_vectype, optab_default))
2992 optab mul_optab = optab_for_tree_code (MULT_EXPR, vectype, optab_default);
3096 optab = optab_for_tree_code (rhs_code, vectype, optab_default);
H A Dtree-ssa-forwprop.c2430 optab_default))
2469 optab_default))
H A Dexpr.c9192 optab_default),
9232 this_optab = optab_for_tree_code (code, type, optab_default);
9714 optab_default);
9773 this_optab = optab_for_tree_code (code, type, optab_default);
9879 this_optab = optab_for_tree_code (code, type, optab_default);
H A Dtree-ssa-math-opts.c2806 this_optab = optab_for_tree_code (wmult_code, optype, optab_default);
H A Dtree-vect-loop.c4107 optab = optab_for_tree_code (code, vectype, optab_default);
5229 optab optab = optab_for_tree_code (code, vectype1, optab_default);
H A Doptabs.c273 = optab_for_tree_code (ops->code, ops->type, optab_default);
292 = optab_for_tree_code (ops->code, TREE_TYPE (oprnd0), optab_default);
H A Dinternal-fn.c2052 optab_default)) == unknown_optab
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs-tree.h30 optab_default, enumerator in enum:optab_subtype
49 enum optab_subtype = optab_default);
H A Dtree-vect-generic.cc831 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
851 op = optab_for_tree_code (BIT_AND_EXPR, type, optab_default);
863 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
873 optab_default);
945 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
951 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
973 op = optab_for_tree_code (PLUS_EXPR, type, optab_default);
985 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
1004 op = optab_for_tree_code (MULT_EXPR, type, optab_default);
1026 op = optab_for_tree_code (MINUS_EXPR, type, optab_default);
[all...]
H A Dgimple-match.h382 bool directly_supported_p (code_helper, tree, optab_subtype = optab_default);
H A Dtree-vect-stmts.cc6246 optab = optab_for_tree_code (code, vectype, optab_default);
7193 optab optab = optab_for_tree_code (code, vectype, optab_default);
10527 optab = optab_for_tree_code (bitop1, comp_vectype, optab_default);
10534 optab_default);
10958 optab = optab_for_tree_code (bitop1, vectype, optab_default);
10964 optab = optab_for_tree_code (bitop2, vectype, optab_default);
12124 optab1 = optab_for_tree_code (c1, vectype_out, optab_default);
12125 optab2 = optab_for_tree_code (c2, vectype_out, optab_default);
12140 optab1 = optab_for_tree_code (c1, vectype, optab_default);
12141 optab2 = optab_for_tree_code (c2, vectype, optab_default);
[all...]
H A Dtree-vect-patterns.cc213 enum optab_subtype subtype = optab_default)
773 enum optab_subtype subtype = optab_default)
864 tree vectype, enum optab_subtype subtype = optab_default)
2401 && optab_for_tree_code (PLUS_EXPR, new_vectype, optab_default)
2402 && optab_for_tree_code (BIT_IOR_EXPR, new_vectype, optab_default)
2403 && optab_for_tree_code (BIT_AND_EXPR, new_vectype, optab_default))
3348 optab mul_optab = optab_for_tree_code (MULT_EXPR, vectype, optab_default);
3453 optab = optab_for_tree_code (rhs_code, vectype, optab_default);
210 vect_supportable_direct_optab_p(vec_info *vinfo, tree otype, tree_code code, tree itype, tree *vecotype_out, tree *vecitype_out = NULL, enum optab_subtype subtype = optab_default) argument
771 vect_convert_input(vec_info *vinfo, stmt_vec_info stmt_info, tree type, vect_unpromoted_value *unprom, tree vectype, enum optab_subtype subtype = optab_default) argument
862 vect_convert_inputs(vec_info *vinfo, stmt_vec_info stmt_info, unsigned int n, tree *result, tree type, vect_unpromoted_value *unprom, tree vectype, enum optab_subtype subtype = optab_default) argument
H A Dgimple-match-head.cc1396 gcc_assert (query_type == optab_default
H A Dexpr.cc9541 optab_default);
9643 optab_default),
9683 this_optab = optab_for_tree_code (code, type, optab_default);
10161 optab_default);
10220 this_optab = optab_for_tree_code (code, type, optab_default);
10322 this_optab = optab_for_tree_code (code, type, optab_default);
H A Dtree-ssa-forwprop.cc2948 optab_default))
2987 optab_default))
H A Doptabs.cc282 = optab_for_tree_code (ops->code, ops->type, optab_default);
301 enum optab_subtype subtype = optab_default;
322 = optab_for_tree_code (ops->code, TREE_TYPE (oprnd0), optab_default);
H A Dinternal-fn.cc2276 optab_default)) == unknown_optab
H A Dtree-ssa-math-opts.cc2962 this_optab = optab_for_tree_code (wmult_code, optype, optab_default);

Completed in 735 milliseconds