Home
last modified time | relevance | path

Searched refs:b_kind (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/
H A Dmatmul_l16.c55 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 Dmatmul_l8.c55 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 Dmatmul_l4.c55 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 Dmatmul_l16.c55 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 Dmatmul_l8.c55 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 Dmatmul_l4.c55 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 Dmatmull.m456 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 Dmatmull.m456 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 Dname-lookup.cc5531 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 Dconstexpr.cc2226 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 Dmodule.cc13376 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 Dtree-core.h943 b_kind, enumerator
H A Dtree.cc1155 return b_kind; in get_stats_node_kind()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h893 b_kind, enumerator
H A Dtree.c992 return b_kind; in get_stats_node_kind()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c4683 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 Dconstexpr.c2073 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()