Home
last modified time | relevance | path

Searched refs:truth_type_for (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-stmts.cc1497 vector_type = truth_type_for (stmt_vectype); in vect_get_vec_defs_for_operand()
2823 masktype = truth_type_for (srctype); in vect_build_gather_load_calls()
2869 mask_halftype = truth_type_for (gs_info->offset_vectype); in vect_build_gather_load_calls()
6781 tree masktype = truth_type_for (vectype); in scan_store_can_perm_p()
7306 masktype = truth_type_for (vectype); in vectorizable_scan_store()
7750 mask_halfvectype = truth_type_for (gs_info.offset_vectype); in vectorizable_store()
7787 tree mask_vectype = truth_type_for (vectype); in vectorizable_store()
10297 *comp_vectype = truth_type_for (vectype); in vect_is_simple_cond()
10432 vec_cmp_type = truth_type_for (comp_vectype); in vectorizable_condition()
11692 return truth_type_for (vectype); in get_mask_type_for_scalar_type()
[all …]
Dtree-vect-loop.cc5550 tree index_vec_cmp_type = truth_type_for (index_vec_type); in vect_create_epilog_for_reduction()
5772 tree mask_type = truth_type_for (index_type); in vect_create_epilog_for_reduction()
7427 truth_type_for (vectype_in), in vectorizable_reduction()
9222 rgm->type = truth_type_for (vectype); in vect_record_loop_mask()
9268 mask_type = truth_type_for (vectype); in vect_get_loop_mask()
Dtree-vect-patterns.cc4558 masktype = truth_type_for (vectype); in build_mask_conversion()
4967 mask = build_int_cst (TREE_TYPE (truth_type_for (gs_vectype)), -1); in vect_recog_gather_scatter_pattern()
Dtree-vect-generic.cc801 mask_type = truth_type_for (type); in expand_vector_divmod()
Dgimple-fold.cc6776 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1()
7230 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1()
Dtree.h4630 extern tree truth_type_for (tree);
Dtree.cc10992 truth_type_for (tree type) in truth_type_for() function
Dmatch.pd951 tree bt = truth_type_for (type);
DChangeLog-20194579 (truth_type_for): Update accordingly.
4581 * tree-vect-generic.c (expand_vector_divmod): Use truth_type_for
4592 (vect_get_mask_type_for_stmt): Use truth_type_for instead of
4595 Use truth_type_for instead of build_same_sized_truth_vector_type.
DChangeLog-201310280 (truth_type_for): Move from tree.c.
10319 (truth_type_for): Move to gimple-fold.c.
10323 (truth_type_for): Remove.
DChangeLog-20129662 * tree.c (truth_type_for): New function.
9663 * tree.h (truth_type_for): Declare.
DChangeLog-201511513 (truth_type_for): Support vector masks.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc936 tree cmp_type = truth_type_for (type); in fold_build_vec_cmp()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc18421 tree cmp_type = truth_type_for (type); in ix86_gimple_fold_builtin()
18466 tree cmp_type = truth_type_for (type); in ix86_gimple_fold_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc4680 tree cmp_type = truth_type_for (type); in build_vec_cmp()
Dcall.cc5512 tree cmp_type = truth_type_for (arg1_type); in build_conditional_expr()
DChangeLog-2019896 * call.c (build_conditional_expr_1): Use truth_type_for instead