Searched refs:sub_count (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 218 int sub_count; in rs6000_aggregate_candidate() local 262 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 265 if (sub_count < 0) in rs6000_aggregate_candidate() 267 count += sub_count; in rs6000_aggregate_candidate() 283 int sub_count; in rs6000_aggregate_candidate() local 297 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 300 if (sub_count < 0) in rs6000_aggregate_candidate() 302 count = count > sub_count ? count : sub_count; in rs6000_aggregate_candidate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 5651 int sub_count; in rs6000_aggregate_candidate() local 5675 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 5677 if (sub_count < 0) in rs6000_aggregate_candidate() 5679 count += sub_count; in rs6000_aggregate_candidate() 5695 int sub_count; in rs6000_aggregate_candidate() local 5709 sub_count = rs6000_aggregate_candidate (TREE_TYPE (field), modep, in rs6000_aggregate_candidate() 5711 if (sub_count < 0) in rs6000_aggregate_candidate() 5713 count = count > sub_count ? count : sub_count; in rs6000_aggregate_candidate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 17212 int sub_count; in aapcs_vfp_sub_candidate() local 17248 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 17250 if (sub_count < 0) in aapcs_vfp_sub_candidate() 17252 count += sub_count; in aapcs_vfp_sub_candidate() 17268 int sub_count; in aapcs_vfp_sub_candidate() local 17282 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 17284 if (sub_count < 0) in aapcs_vfp_sub_candidate() 17286 count = count > sub_count ? count : sub_count; in aapcs_vfp_sub_candidate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 20318 int sub_count; in aapcs_vfp_sub_candidate() local 20376 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 20378 if (sub_count < 0) in aapcs_vfp_sub_candidate() 20380 count += sub_count; in aapcs_vfp_sub_candidate() 20396 int sub_count; in aapcs_vfp_sub_candidate() local 20410 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 20412 if (sub_count < 0) in aapcs_vfp_sub_candidate() 20414 count = count > sub_count ? count : sub_count; in aapcs_vfp_sub_candidate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 6321 int sub_count; in aapcs_vfp_sub_candidate() local 6357 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6359 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6361 count += sub_count; in aapcs_vfp_sub_candidate() 6377 int sub_count; in aapcs_vfp_sub_candidate() local 6391 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6393 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6395 count = count > sub_count ? count : sub_count; in aapcs_vfp_sub_candidate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 6404 int sub_count; in aapcs_vfp_sub_candidate() local 6462 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6464 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6466 count += sub_count; in aapcs_vfp_sub_candidate() 6482 int sub_count; in aapcs_vfp_sub_candidate() local 6496 sub_count = aapcs_vfp_sub_candidate (TREE_TYPE (field), modep, in aapcs_vfp_sub_candidate() 6498 if (sub_count < 0) in aapcs_vfp_sub_candidate() 6500 count = count > sub_count ? count : sub_count; in aapcs_vfp_sub_candidate()
|