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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3284 split_group (merged_store_group *group, bool allow_unaligned_store, argument
3396 if ((allow_unaligned_store || group_align <= BITS_PER_UNIT)
3414 if (!allow_unaligned_store)
3504 if (!allow_unaligned_store && group_align > BITS_PER_UNIT)
3730 bool allow_unaligned_store local
3732 bool allow_unaligned_load = allow_unaligned_store;
3760 if (allow_unaligned_store || bzero_first)
3772 if (!allow_unaligned_store && (pass & 1) != 0)
3783 allow_unaligned_store = false;
3788 split_group (group, allow_unaligned_store, allow_unaligned_loa
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc3620 split_group (merged_store_group *group, bool allow_unaligned_store, argument
3733 if ((allow_unaligned_store || group_align <= BITS_PER_UNIT)
3751 if (!allow_unaligned_store)
3841 if (!allow_unaligned_store && group_align > BITS_PER_UNIT)
4063 bool allow_unaligned_store
4065 bool allow_unaligned_load = allow_unaligned_store;
4094 if (allow_unaligned_store || bzero_first)
4106 if (!allow_unaligned_store && (pass & 1) != 0)
4117 allow_unaligned_store = false;
4125 split_group (group, allow_unaligned_store, allow_unaligned_loa
[all...]

Completed in 98 milliseconds