Lines Matching refs:TCGArgConstraint
3257 static int get_constraint_priority(const TCGArgConstraint *arg_ct, int k) in get_constraint_priority()
3291 static void sort_constraints(TCGArgConstraint *a, int start, int n) in sort_constraints()
3314 static const TCGArgConstraint empty_cts[TCG_MAX_OP_ARGS];
3315 static TCGArgConstraint all_cts[ARRAY_SIZE(constraint_sets)][TCG_MAX_OP_ARGS];
3321 TCGArgConstraint *args_ct = all_cts[c]; in process_constraint_sets()
3364 args_ct[i] = (TCGArgConstraint){ in process_constraint_sets()
3381 args_ct[i] = (TCGArgConstraint){ in process_constraint_sets()
3508 static const TCGArgConstraint *opcode_args_ct(const TCGOp *op) in opcode_args_ct()
4017 const TCGArgConstraint *args_ct; in liveness_pass_1()
4353 const TCGArgConstraint *ct = &args_ct[i]; in liveness_pass_1()
5138 const TCGArgConstraint *dup_args_ct; in tcg_reg_alloc_dup()
5253 const TCGArgConstraint *args_ct; in tcg_reg_alloc_op()
5254 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_op()