Searched refs:num_adjusts (Results 1 – 6 of 6) sorted by relevance
398 unsigned int num_adjusts; /* Number of adjustments made. */ member
1337 if (cum->num_adjusts > 0) in function_arg()1339 gen_rtvec_v (cum->num_adjusts, cum->adjust)); in function_arg()
4408 cum->adjust[cum->num_adjusts++] = PATTERN (gen_ashldi3 (reg, reg, amount));4410 cum->adjust[cum->num_adjusts++] = PATTERN (gen_ashlsi3 (reg, reg, amount));4453 if (cum->num_adjusts > 0)4455 gen_rtvec_v (cum->num_adjusts,
2772 unsigned int num_adjusts; member
8942 num_adjusts now unsigned.
13341 (CUMULATIVE_ARGS): Reformat. Remove num_adjusts workaround and