Home
last modified time | relevance | path

Searched refs:compute_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c314 tree result, compute_type; in expand_vector_parallel() local
340 compute_type = lang_hooks.types.type_for_mode (mode, 1); in expand_vector_parallel()
341 result = f (gsi, compute_type, a, b, NULL_TREE, NULL_TREE, code, type); in expand_vector_parallel()
1061 expand_vector_operation (gimple_stmt_iterator *gsi, tree type, tree compute_type, in expand_vector_operation() argument
1064 machine_mode compute_mode = TYPE_MODE (compute_type); in expand_vector_operation()
1143 return expand_vector_piecewise (gsi, do_unop, type, compute_type, in expand_vector_operation()
1147 return expand_vector_piecewise (gsi, do_binop, type, compute_type, in expand_vector_operation()
1581 tree compute_type = type; in get_compute_type() local
1589 && subparts_gt (compute_type, vector_compute_type) in get_compute_type()
1593 compute_type = vector_compute_type; in get_compute_type()
[all …]
H A Dtree-vect-loop.c5394 tree compute_type = TREE_TYPE (vectype); in vect_create_epilog_for_reduction() local
5403 new_temp = gimple_build (&stmts, BIT_FIELD_REF, compute_type, in vect_create_epilog_for_reduction()
5417 compute_type, vec_temp, in vect_create_epilog_for_reduction()
5427 new_temp = gimple_build (&stmts, code, compute_type, in vect_create_epilog_for_reduction()
5445 new_res = gimple_build (&stmts, code, compute_type, in vect_create_epilog_for_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc370 tree result, compute_type; in expand_vector_parallel() local
401 compute_type = lang_hooks.types.type_for_mode (mode, 1); in expand_vector_parallel()
402 result = f (gsi, compute_type, a, b, bitsize_zero_node, in expand_vector_parallel()
403 TYPE_SIZE (compute_type), code, type); in expand_vector_parallel()
1200 expand_vector_operation (gimple_stmt_iterator *gsi, tree type, tree compute_type, in expand_vector_operation() argument
1204 machine_mode compute_mode = TYPE_MODE (compute_type); in expand_vector_operation()
1284 return expand_vector_piecewise (gsi, do_unop, type, compute_type, in expand_vector_operation()
1288 return expand_vector_piecewise (gsi, do_binop, type, compute_type, in expand_vector_operation()
1735 tree compute_type = type; in get_compute_type() local
1746 compute_type = vector_compute_type; in get_compute_type()
[all …]
H A Dtree-vect-loop.cc5961 tree compute_type = TREE_TYPE (vectype); in vect_create_epilog_for_reduction() local
5966 new_temp = gimple_build (&stmts, BIT_FIELD_REF, compute_type, in vect_create_epilog_for_reduction()
5980 compute_type, vec_temp, in vect_create_epilog_for_reduction()
5990 new_temp = gimple_build (&stmts, code, compute_type, in vect_create_epilog_for_reduction()
6008 new_res = gimple_build (&stmts, code, compute_type, in vect_create_epilog_for_reduction()