GCC Middle and Back End API Reference
lower_subreg_choices Struct 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

Detailed Description

Information about whether, and where, lower-subreg should be applied.   

Field Documentation

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

The documentation for this struct was generated from the following file: