Searched refs:REG_N_SETS (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dregs.h105 #define REG_N_SETS(N) (VEC_index (reg_info_p, reg_n_info, N)->sets) macro
H A Dregmove.c671 || REG_N_SETS (src_no) != 1)
830 REG_N_SETS (dest_regno) ++;
892 && REG_N_SETS (REGNO (SET_DEST (s))) == 1
1476 REG_N_SETS (dstno)++;
1477 REG_N_SETS (srcno)--;
1886 REG_N_SETS (REGNO (src))++;
1958 REG_N_SETS (REGNO (src))--;
2030 REG_N_SETS (REGNO (src))++;
2031 REG_N_SETS (REGNO (dst))--;
H A Dintegrate.c341 if (x && REG_N_SETS (REGNO (ivs->entries[i].pseudo)) <= 1)
H A Dcfg.c557 if (REG_N_SETS (i))
558 fprintf (file, "; set %d time%s", REG_N_SETS (i),
559 (REG_N_SETS (i) == 1) ? "" : "s");
H A Dregclass.c1121 REG_N_SETS (REGNO (recog_data.operand[0]))++;
1297 if (optimize && !REG_N_REFS (i) && !REG_N_SETS (i))
2417 REG_N_SETS (REGNO (reg))++;
2440 REG_N_SETS (REGNO (dest))++;
2463 && REG_N_SETS (REGNO (SET_DEST (x))) == 1
H A Dalias.c826 && REG_N_SETS (regno) == 1)
2454 of REG_N_SETS to determine immediately that the alias information
2535 && REG_N_SETS (regno) == 1)
2546 else if (REG_N_SETS (regno) == 1
2556 else if (REG_N_SETS (regno) == 1
H A Dflow.c107 register usage: REG_N_REFS, REG_N_DEATHS, REG_N_SETS, REG_LIVE_LENGTH,
1626 REG_N_SETS (i) = 0;
2541 return ((REG_N_SETS (regno) > 1
2930 REG_N_SETS (i) += 1;
3660 REG_N_SETS (regno)++;
4275 REG_N_SETS (regno)++;
H A Dlocal-alloc.c923 if (REG_N_SETS (regno) != 1
1058 && REG_N_SETS (regno) == 1
H A Dcombine.c1779 return (REG_N_SETS (regno) == 1 && !added_sets
2694 REG_N_SETS (REGNO (new_i2_dest))++;
3355 REG_N_SETS (regno)--;
3373 REG_N_SETS (regno)--;
8319 && REG_N_SETS (REGNO (x)) == 1
8387 && REG_N_SETS (REGNO (x)) == 1
11290 && REG_N_SETS (regno) == 1
11401 || REG_N_SETS (regno) != 1
H A Ddf-problems.c3157 REG_N_DEATHS, REG_N_SETS, REG_LIVE_LENGTH, REG_N_CALLS_CROSSED,
3190 REG_N_SETS (i) = DF_REG_DEF_COUNT (df, i);
3191 REG_N_REFS (i) = DF_REG_USE_COUNT (df, i) + REG_N_SETS (i);
H A Dreload1.c6597 && REG_N_SETS (REGNO (old)) == 1)
8020 && REG_N_SETS (REGNO (reg)) == 1
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c7643 && REG_N_SETS (REGNO (y)) == 1)

Completed in 204 milliseconds