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

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 308 by THIS_HEAD. */
311 call_clobbered_in_chain_p (du_head *this_head, machine_mode mode,
314 return call_clobbered_in_region_p (this_head->call_abis,
315 this_head->call_clobber_mask,
320 REG in THIS_HEAD chain. THIS_UNAVAILABLE is a set of unavailable hard
325 class du_head *this_head, HARD_REG_SET this_unavailable)
327 int nregs = this_head->nregs;
349 for (tmp = this_head->first; tmp; tmp = tmp->next_use)
357 || call_clobbered_in_chain_p (this_head, GET_MODE (*tmp->loc),
365 /* For the chain THIS_HEAD, compute and return the best register t
476 du_head_p this_head; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 308 by THIS_HEAD. */
311 call_clobbered_in_chain_p (du_head *this_head, machine_mode mode,
314 return call_clobbered_in_region_p (this_head->call_abis,
315 this_head->call_clobber_mask,
320 REG in THIS_HEAD chain. THIS_UNAVAILABLE is a set of unavailable hard
325 class du_head *this_head, HARD_REG_SET this_unavailable)
327 int nregs = this_head->nregs;
349 for (tmp = this_head->first; tmp; tmp = tmp->next_use)
357 || call_clobbered_in_chain_p (this_head, GET_MODE (*tmp->loc),
365 /* For the chain THIS_HEAD, compute and return the best register t
476 du_head_p this_head; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 3426 du_head_p this_head;
3450 this_head = involved_chains[0];
3451 if (this_head->cannot_rename)
3454 for (chain = this_head->first; chain; chain = chain->next_use)
3478 if (regrename_chain_from_id (other->id) == this_head)
3496 old_reg = this_head->regno;
3498 find_rename_reg (this_head, super_class, &unavailable, old_reg, true);
3500 ok = regrename_do_replace (this_head, best_reg);
3515 ok = regrename_do_replace (this_head, old_reg);
3409 du_head_p this_head; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 3425 du_head_p this_head;
3449 this_head = involved_chains[0];
3450 if (this_head->cannot_rename)
3453 for (chain = this_head->first; chain; chain = chain->next_use)
3477 if (regrename_chain_from_id (other->id) == this_head)
3495 old_reg = this_head->regno;
3497 find_rename_reg (this_head, super_class, &unavailable, old_reg, true);
3499 ok = regrename_do_replace (this_head, best_reg);
3514 ok = regrename_do_replace (this_head, old_reg);
3408 du_head_p this_head; local

Completed in 22 milliseconds