GCC Middle and Back End API Reference
cost_rtxes Struct Reference
Collaboration diagram for cost_rtxes:

Data Fields

rtx source
rtx target
rtx zext
rtx shift
rtx set

Detailed Description

RTXes used while computing costs.


Field Documentation

rtx cost_rtxes::set

A SET of TARGET.

rtx cost_rtxes::shift

A shift of SOURCE.

rtx cost_rtxes::source

Source and target registers.

rtx cost_rtxes::target
rtx cost_rtxes::zext

A twice_word_mode ZERO_EXTEND of SOURCE.


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