HomeSort by: relevance | last modified time | path
    Searched defs:allocnos (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 190 // Information about a group of allocnos that have a fixed offset
191 // relative to each other. The allocnos in each group must be allocated
194 // Allocnos that can share the same hard register are eventually
196 // allocnos, such that two allocnos joined by an edge use the same FPR.
197 // These chains are formed between individual allocnos rather than
203 // One group of allocnos is chosen as the "color representative" of
209 array_slice<allocno_info> allocnos ();
224 // The number of allocnos in the group, and thus the number of FPRs
232 // Used temporarily while deciding which allocnos should have non-uni
723 early_ra::allocno_group_info::allocnos () function in class:__anon12651::early_ra::allocno_group_info
765 early_ra::allocno_subgroup::allocnos () function in class:__anon12651::early_ra::allocno_subgroup
1352 auto allocnos = group->allocnos (); local
1421 auto allocnos = group->allocnos (); local
    [all...]

Completed in 18 milliseconds