Lines Matching refs:sorted_args
293 int *sorted_args; in tcg_context_init() local
309 sorted_args = g_malloc(sizeof(int) * total_args); in tcg_context_init()
314 def->sorted_args = sorted_args; in tcg_context_init()
316 sorted_args += n; in tcg_context_init()
1276 def->sorted_args[start + i] = start + i; in sort_constraints()
1281 p1 = get_constraint_priority(def, def->sorted_args[start + i]); in sort_constraints()
1282 p2 = get_constraint_priority(def, def->sorted_args[start + j]); in sort_constraints()
1284 tmp = def->sorted_args[start + i]; in sort_constraints()
1285 def->sorted_args[start + i] = def->sorted_args[start + j]; in sort_constraints()
1286 def->sorted_args[start + j] = tmp; in sort_constraints()
1362 printf(" %d", def->sorted_args[i]); in tcg_add_target_add_op_defs()
2112 i = def->sorted_args[nb_oargs + k]; in tcg_reg_alloc_op()
2198 i = def->sorted_args[k]; in tcg_reg_alloc_op()