Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h802 typedef struct TCGArgConstraint { struct
812 } TCGArgConstraint; argument
842 TCGArgConstraint *args_ct;
/qemu/tcg/
H A Dtcg.c1305 TCGArgConstraint *args_ct; in tcg_context_init()
1320 args_ct = g_new0(TCGArgConstraint, total_args); in tcg_context_init()
2895 const TCGArgConstraint *arg_ct = &def->args_ct[k]; in get_constraint_priority()
2928 TCGArgConstraint *a = def->args_ct; in sort_constraints()
3016 def->args_ct[i] = (TCGArgConstraint){ in process_op_defs()
3033 def->args_ct[i] = (TCGArgConstraint){ in process_op_defs()
3912 const TCGArgConstraint *ct = &def->args_ct[i]; in liveness_pass_1()
4812 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_op()