| /netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/ |
| H A D | matmul_l16.c | 55 int b_kind; in matmul_l16() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l16() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l16() 152 || b_kind == 16 in matmul_l16() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l16()
|
| H A D | matmul_l8.c | 55 int b_kind; in matmul_l8() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l8() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l8() 152 || b_kind == 16 in matmul_l8() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l8()
|
| H A D | matmul_l4.c | 55 int b_kind; in matmul_l4() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l4() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l4() 152 || b_kind == 16 in matmul_l4() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l4()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
| H A D | matmul_l16.c | 55 int b_kind; in matmul_l16() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l16() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l16() 152 || b_kind == 16 in matmul_l16() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l16()
|
| H A D | matmul_l8.c | 55 int b_kind; in matmul_l8() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l8() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l8() 152 || b_kind == 16 in matmul_l8() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l8()
|
| H A D | matmul_l4.c | 55 int b_kind; in matmul_l4() local 148 b_kind = GFC_DESCRIPTOR_SIZE (b); in matmul_l4() 150 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 in matmul_l4() 152 || b_kind == 16 in matmul_l4() 155 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind); in matmul_l4()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | matmull.m4 | 56 int b_kind; 149 b_kind = GFC_DESCRIPTOR_SIZE (b); 151 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 153 || b_kind == 16 156 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | matmull.m4 | 56 int b_kind; 149 b_kind = GFC_DESCRIPTOR_SIZE (b); 151 if (b_kind == 1 || b_kind == 2 || b_kind == 4 || b_kind == 8 153 || b_kind == 16 156 bbase = GFOR_POINTER_TO_L1 (bbase, b_kind);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | name-lookup.cc | 5531 base_kind b_kind = bk_not_base; in lookup_using_decl() local 5625 binfo = lookup_base (current, scope, ba_any, &b_kind, tf_none); in lookup_using_decl() 5626 gcc_checking_assert (b_kind >= bk_not_base); in lookup_using_decl() 5628 if (b_kind == bk_not_base && any_dependent_bases_p ()) in lookup_using_decl() 5632 && (b_kind < bk_proper_base || !binfo_direct_p (binfo))) in lookup_using_decl() 5643 if (b_kind < bk_proper_base) in lookup_using_decl() 5672 if (!depscope && b_kind < bk_proper_base) in lookup_using_decl() 5750 if (TYPE_P (current) && b_kind == bk_not_base) in lookup_using_decl()
|
| H A D | constexpr.cc | 2226 base_kind b_kind; in cxx_eval_dynamic_cast_fn() local 2227 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn() 2235 if (b_kind == bk_ambig) in cxx_eval_dynamic_cast_fn()
|
| H A D | module.cc | 13376 depset::entity_kind b_kind = b->get_entity_kind (); in depset_cmp() local 13378 if (a_kind != b_kind) in depset_cmp() 13380 return a_kind < b_kind ? -1 : +1; in depset_cmp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-core.h | 943 b_kind, enumerator
|
| H A D | tree.cc | 1155 return b_kind; in get_stats_node_kind()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-core.h | 893 b_kind, enumerator
|
| H A D | tree.c | 992 return b_kind; in get_stats_node_kind()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | name-lookup.c | 4683 base_kind b_kind; in lookup_using_decl() local 4684 tree binfo = lookup_base (current, scope, ba_any, &b_kind, in lookup_using_decl() 4686 if (b_kind < bk_proper_base) in lookup_using_decl() 4691 if (b_kind == bk_same_type || !any_dependent_bases_p ()) in lookup_using_decl()
|
| H A D | constexpr.c | 2073 base_kind b_kind; in cxx_eval_dynamic_cast_fn() local 2074 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn() 2082 if (b_kind == bk_ambig) in cxx_eval_dynamic_cast_fn()
|