Home | History | Annotate | Download | only in gcc

Lines Matching defs:splitting

149 /* For each X in the range [0, BITS_PER_WORD), set SPLITTING[X]
160 bool *splitting, enum rtx_code code,
188 splitting[i] = true;
639 fprintf (dump_file, "; Splitting reg %u ->", regno);
1281 bool *splitting = (GET_CODE (op) == ASHIFT
1289 || !splitting[INTVAL (XEXP (op, 1)) - BITS_PER_WORD])
1409 SPLITTING[X] is true if we are splitting shifts by X + BITS_PER_WORD. */
1412 dump_shift_choices (enum rtx_code code, bool *splitting)
1418 " Splitting mode %s for %s lowering with shift amounts = ",
1422 if (splitting[i])
1446 ? "Splitting"
1451 choices[speed_p].splitting_zext ? "Splitting" : "Skipping",
1644 /* We can end up splitting loads to multi-word pseudos
1707 the case where splitting a load has caused multiple possibly trapping