Searched refs:conv_src_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 2381 tree conv_src_type in simplify_vector_constructor() local 2388 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 2412 != DECIMAL_FLOAT_TYPE_P (TREE_TYPE (conv_src_type)))) in simplify_vector_constructor() 2492 = gimple_build_assign (make_ssa_name (conv_src_type), in simplify_vector_constructor() 2493 build3 (BIT_FIELD_REF, conv_src_type, in simplify_vector_constructor() 2494 orig[0], TYPE_SIZE (conv_src_type), in simplify_vector_constructor() 2530 tree mask_type, perm_type, conv_src_type; in simplify_vector_constructor() local 2532 conv_src_type = (nelts == refnelts in simplify_vector_constructor() 2536 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 2633 conv_code != ERROR_MARK ? conv_src_type : type, in simplify_vector_constructor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-forwprop.cc | 2899 tree conv_src_type in simplify_vector_constructor() local 2906 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 2930 != DECIMAL_FLOAT_TYPE_P (TREE_TYPE (conv_src_type)))) in simplify_vector_constructor() 3010 = gimple_build_assign (make_ssa_name (conv_src_type), in simplify_vector_constructor() 3011 build3 (BIT_FIELD_REF, conv_src_type, in simplify_vector_constructor() 3012 orig[0], TYPE_SIZE (conv_src_type), in simplify_vector_constructor() 3048 tree mask_type, perm_type, conv_src_type; in simplify_vector_constructor() local 3050 conv_src_type = (nelts == refnelts in simplify_vector_constructor() 3054 && !supportable_convert_operation (conv_code, type, conv_src_type, in simplify_vector_constructor() 3151 conv_code != ERROR_MARK ? conv_src_type : type, in simplify_vector_constructor()
|