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

  /src/external/gpl3/gcc/dist/gcc/
postreload.cc 609 int this_nregs = alternative_nregs[alternative_order[j]]; local
612 || (this_reject == best_reject && this_nregs > best_nregs))
616 best_nregs = this_nregs;
regrename.cc 223 /* Create a new chain for THIS_NREGS registers starting at THIS_REGNO,
228 create_new_chain (unsigned this_regno, unsigned this_nregs, rtx *loc,
238 head->nregs = this_nregs;
1105 int this_nregs = REG_NREGS (x); local
1114 c = create_new_chain (this_regno, this_nregs, loc, insn, cl);
1151 && head->nregs == this_nregs);
1153 && this_regno + this_nregs >= head->regno + head->nregs);
1155 && this_regno + this_nregs <= head->regno + head->nregs);
1159 || this_regno + this_nregs <= head->regno)
1181 unsigned nregs = this_nregs;
    [all...]
reload1.cc 1859 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode);
1861 for (j = 1; j < this_nregs; j++)
1875 for (n = j = 0; j < this_nregs; j++)
1849 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode); local
  /src/external/gpl3/gcc.old/dist/gcc/
postreload.cc 609 int this_nregs = alternative_nregs[alternative_order[j]]; local
612 || (this_reject == best_reject && this_nregs > best_nregs))
616 best_nregs = this_nregs;
regrename.cc 223 /* Create a new chain for THIS_NREGS registers starting at THIS_REGNO,
228 create_new_chain (unsigned this_regno, unsigned this_nregs, rtx *loc,
238 head->nregs = this_nregs;
1105 int this_nregs = REG_NREGS (x); local
1114 c = create_new_chain (this_regno, this_nregs, loc, insn, cl);
1151 && head->nregs == this_nregs);
1153 && this_regno + this_nregs >= head->regno + head->nregs);
1155 && this_regno + this_nregs <= head->regno + head->nregs);
1159 || this_regno + this_nregs <= head->regno)
1181 unsigned nregs = this_nregs;
    [all...]
reload1.cc 1859 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode);
1861 for (j = 1; j < this_nregs; j++)
1875 for (n = j = 0; j < this_nregs; j++)
1849 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode); local

Completed in 47 milliseconds