Searched refs:out_p (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c651 bool out_p = recog_data.operand_type[i] != OP_IN;
657 ira_assert (out_p);
678 else if (! out_p)
732 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
746 += ((out_p
876 bool out_p = recog_data.operand_type[i] != OP_IN;
882 ira_assert (out_p);
903 else if (! out_p)
963 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
978 += ((out_p
648 bool out_p = recog_data.operand_type[i] != OP_IN; local
873 bool out_p = recog_data.operand_type[i] != OP_IN; local
[all...]
H A Dira-color.c4621 bool in_p, out_p;
4644 out_p = out && REG_P (out) && (int) REGNO (out) == hard_regno;
4645 if ((in_p || out_p)
4652 if (out_p)
4609 bool in_p, out_p; local

Completed in 103 milliseconds