Searched refs:arith_type (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-basic-inst-handler.cc | 86 brig_basic_inst_handler::build_shuffle (tree arith_type, in build_shuffle() argument 100 unsigned int element_count = gccbrig_type_vector_subparts (arith_type); in build_shuffle() 277 tree arith_type, in build_unpack_lo_or_hi() argument 280 tree element_type = get_unsigned_int_type (TREE_TYPE (arith_type)); in build_unpack_lo_or_hi() 283 gccbrig_type_vector_subparts (arith_type)); in build_unpack_lo_or_hi() 285 size_t element_count = gccbrig_type_vector_subparts (arith_type); in build_unpack_lo_or_hi() 314 tree arith_type, in build_inst_expr() argument 323 = VECTOR_TYPE_P (arith_type) ? TREE_TYPE (arith_type) : arith_type; in build_inst_expr() 334 tree mask = VECTOR_TYPE_P (arith_type) in build_inst_expr() 335 ? build_vector_from_val (arith_type, scalar_mask) in build_inst_expr() [all …]
|
H A D | brig-code-entry-handler.h | 276 tree arith_type, tree_stl_vec &operands); 278 tree build_shuffle (tree arith_type, tree_stl_vec &operands); 282 tree build_unpack_lo_or_hi (BrigOpcode16_t brig_opcode, tree arith_type,
|
H A D | brig-function.cc | 897 tree arith_type, in expand_or_call_builtin() argument 907 = get_builtin_for_hsa_opcode (arith_type, brig_opcode, brig_type); in expand_or_call_builtin() 910 && arith_type != NULL_TREE && VECTOR_TYPE_P (arith_type) in expand_or_call_builtin() 927 size_t element_count = gccbrig_type_vector_subparts (arith_type); in expand_or_call_builtin() 939 TREE_TYPE (arith_type), in expand_or_call_builtin()
|
H A D | brig-function.h | 111 BrigType16_t brig_type, tree arith_type,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 3127 bool want_value, tree arith_type) in gimplify_self_mod_expr() argument 3191 fold_build2 (arith_code, arith_type, in gimplify_self_mod_expr() 3192 fold_convert (arith_type, lhs), in gimplify_self_mod_expr() 3193 fold_convert (arith_type, rhs))); in gimplify_self_mod_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 3351 bool want_value, tree arith_type) in gimplify_self_mod_expr() argument 3415 fold_build2 (arith_code, arith_type, in gimplify_self_mod_expr() 3416 fold_convert (arith_type, lhs), in gimplify_self_mod_expr() 3417 fold_convert (arith_type, rhs))); in gimplify_self_mod_expr()
|