Searched refs:try_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c2454 form a group which store try_size bitsize value which is byte swapped
2461 unsigned int try_size,
2466 if (width >= try_size)
2475 if (width >= try_size)
2481 if (width != try_size)
2507 if (align < try_size)
2512 switch (try_size)
2535 this_n.range = try_size / BITS_PER_UNIT;
2542 ? try_size - info->bitsize - bitpos
2619 switch (try_size)
2459 try_coalesce_bswap(merged_store_group *merged_store, unsigned int first, unsigned int try_size, unsigned int first_earlier) argument
2731 unsigned int try_size; local
3407 unsigned int try_size = MAX_STORE_BITSIZE, nonmasked; local
4002 unsigned HOST_WIDE_INT try_size = split_store->size; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc2790 form a group which store try_size bitsize value which is byte swapped
2797 unsigned int try_size,
2802 if (width >= try_size)
2811 if (width >= try_size)
2817 if (width != try_size)
2843 if (align < try_size)
2848 switch (try_size)
2871 this_n.range = try_size / BITS_PER_UNIT;
2878 ? try_size - info->bitsize - bitpos
2960 switch (try_size)
2795 try_coalesce_bswap(merged_store_group *merged_store, unsigned int first, unsigned int try_size, unsigned int first_earlier) argument
3070 unsigned int try_size; local
3744 unsigned int try_size = MAX_STORE_BITSIZE, nonmasked; local
4340 const unsigned HOST_WIDE_INT try_size = split_store->size; local
[all...]

Completed in 112 milliseconds