Searched refs:vec_mask (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 1981 prepare_load_store_mask (tree mask_type, tree loop_mask, tree vec_mask, in prepare_load_store_mask() argument 1984 gcc_assert (useless_type_conversion_p (mask_type, TREE_TYPE (vec_mask))); in prepare_load_store_mask() 1986 return vec_mask; in prepare_load_store_mask() 1991 vec_mask, loop_mask); in prepare_load_store_mask() 2854 tree vec_mask = NULL_TREE; in vect_build_gather_load_calls() local 2898 vec_mask = vect_get_vec_def_for_operand (mask, stmt_info); in vect_build_gather_load_calls() 2900 vec_mask = vect_get_vec_def_for_stmt_copy (loop_vinfo, in vect_build_gather_load_calls() 2901 vec_mask); in vect_build_gather_load_calls() 2903 mask_op = vec_mask; in vect_build_gather_load_calls() 2904 if (!useless_type_conversion_p (masktype, TREE_TYPE (vec_mask))) in vect_build_gather_load_calls() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 1848 tree vec_mask, gimple_stmt_iterator *gsi) in prepare_vec_mask() argument 1850 gcc_assert (useless_type_conversion_p (mask_type, TREE_TYPE (vec_mask))); in prepare_vec_mask() 1852 return vec_mask; in prepare_vec_mask() 1856 if (loop_vinfo->vec_cond_masked_set.contains ({ vec_mask, loop_mask })) in prepare_vec_mask() 1857 return vec_mask; in prepare_vec_mask() 1861 vec_mask, loop_mask); in prepare_vec_mask() 2889 tree vec_mask = NULL_TREE; in vect_build_gather_load_calls() local 2939 vec_mask = vec_masks[j / 2]; in vect_build_gather_load_calls() 2942 vec_mask = vec_masks[j]; in vect_build_gather_load_calls() 2944 mask_op = vec_mask; in vect_build_gather_load_calls() [all …]
|