Home
last modified time | relevance | path

Searched refs:x_ent (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDcse.c1628 struct qty_table_elem *x_ent = &qty_table[x_q]; in insert() local
1630 x_ent->const_rtx in insert()
1632 x_ent->const_insn = this_insn; in insert()
2698 struct qty_table_elem *x_ent = &qty_table[x_q]; in cse_rtx_varies_p() local
2700 if (GET_MODE (x) == x_ent->mode in cse_rtx_varies_p()
2701 && x_ent->const_rtx != NULL_RTX) in cse_rtx_varies_p()
4481 struct qty_table_elem *x_ent = &qty_table[x_q]; in equiv_constant() local
4483 if (x_ent->const_rtx) in equiv_constant()
4484 x = gen_lowpart (GET_MODE (x), x_ent->const_rtx); in equiv_constant()