Searched refs:mask_type (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c4225 tree mask_type = gfc_get_logical_type (gfc_logical_kinds[0].kind); local
4226 mask = allocate_temp_for_forall_nest (nested_forall_info, mask_type,
4250 tree mask_type = gfc_get_logical_type (gfc_logical_kinds[0].kind); local
4263 se.expr = convert (mask_type, se.expr);
4449 tree mask_type, stmtblock_t * block)
4500 cond = gfc_create_var (mask_type, "cond");
4502 mtmp = gfc_create_var (mask_type, "mask");
4508 gfc_add_modify (&body1, cond, fold_convert (mask_type, rse.expr));
4514 tmp = fold_build1_loc (input_location, TRUTH_NOT_EXPR, mask_type, tmp);
4523 tmp = fold_build2_loc (input_location, TRUTH_AND_EXPR, mask_type,
4447 gfc_evaluate_where_mask(gfc_expr * me, forall_info * nested_forall_info, tree mask, bool invert, tree cmask, tree pmask, tree mask_type, stmtblock_t * block) argument
4795 tree mask_type; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-forwprop.c2058 tree mask_type, *mask_elts; local
2062 mask_type
2065 if (GET_MODE_CLASS (TYPE_MODE (mask_type)) != MODE_VECTOR_INT
2066 || GET_MODE_SIZE (TYPE_MODE (mask_type))
2071 mask_elts[i] = build_int_cst (TREE_TYPE (mask_type), sel[i]);
2072 op2 = build_vector (mask_type, mask_elts);
H A Dtree-vect-slp.c3046 tree mask_element_type = NULL_TREE, mask_type; local
3079 mask_type = get_vectype_for_scalar_type (mask_element_type);
3169 mask_vec = build_vector (mask_type, mask_elts);
H A Dtree-vect-generic.c1258 tree mask_type = TREE_TYPE (mask);
1260 tree mask_elt_type = TREE_TYPE (mask_type);
1257 tree mask_type = TREE_TYPE (mask); local
H A Dtree-vect-stmts.c5531 tree mask_elt_type, mask_type, mask_vec, *mask_elts; local
5538 mask_type = get_vectype_for_scalar_type (mask_elt_type);
5543 mask_vec = build_vector (mask_type, mask_elts);

Completed in 191 milliseconds