Home | History | Annotate | Download | only in gcc

Lines Matching defs:goal_alternative_matches

2667   int goal_alternative_matches[MAX_RECOG_OPERANDS];
3793 goal_alternative_matches[i] = this_alternative_matches[i];
3824 goal_alternative_matches[i] = this_alternative_matches[i];
3882 goal_alternative_matches[J] is I.
3891 && goal_alternative_matches[i] >= 0)
3892 goal_alternative_matched[goal_alternative_matches[i]] = i;
4021 if (goal_alternative_matches[i] >= 0)
4133 && goal_alternative_matches[i] < 0
4208 else if (goal_alternative_matches[i] >= 0
4209 && goal_alternative_win[goal_alternative_matches[i]]
4211 && modified[goal_alternative_matches[i]] == RELOAD_WRITE
4225 && (goal_alternative[goal_alternative_matches[i]] != NO_REGS))
4226 operand_reloadnum[i] = operand_reloadnum[goal_alternative_matches[i]]
4227 = push_reload (recog_data.operand[goal_alternative_matches[i]],
4229 recog_data.operand_loc[goal_alternative_matches[i]],
4231 (enum reg_class) goal_alternative[goal_alternative_matches[i]],
4232 operand_mode[goal_alternative_matches[i]],
4234 0, 1, goal_alternative_matches[i], RELOAD_OTHER);
4353 && (goal_alternative_matches[rld[i].opnum] == rld[j].opnum
4354 || (goal_alternative_matches[rld[j].opnum]
4447 if (goal_alternative_matches[rld[i].opnum] >= 0)
4448 rld[i].opnum = goal_alternative_matches[rld[i].opnum];