GCC Middle and Back End API Reference
|
#include <lower-subreg.h>
Data Fields | |
bool | move_modes_to_split [MAX_MACHINE_MODE] |
bool | splitting_zext |
bool | splitting_ashift [MAX_BITS_PER_WORD] |
bool | splitting_lshiftrt [MAX_BITS_PER_WORD] |
bool | splitting_ashiftrt [MAX_BITS_PER_WORD] |
bool | something_to_do |
Information about whether, and where, lower-subreg should be applied.
bool lower_subreg_choices::move_modes_to_split[MAX_MACHINE_MODE] |
bool lower_subreg_choices::something_to_do |
bool lower_subreg_choices::splitting_ashift[MAX_BITS_PER_WORD] |
bool lower_subreg_choices::splitting_ashiftrt[MAX_BITS_PER_WORD] |
bool lower_subreg_choices::splitting_lshiftrt[MAX_BITS_PER_WORD] |
bool lower_subreg_choices::splitting_zext |