Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbenode.c204 void be_set_constr_out(ir_node *node, int pos, const arch_register_req_t *req) in be_set_constr_out() function
342 be_set_constr_out(irn, i, cls->class_req); in be_new_Perm()
349 be_set_constr_out(irn, i, new_req); in be_new_Perm()
436 be_set_constr_out(res, 0, req); in be_new_Copy()
553 be_set_constr_out(res, 0, arch_no_register_req); in be_new_Return()
881 be_set_constr_out(node, pos, req); in be_set_constr_single_reg_out()
893 be_set_constr_out(irn, pos, cls->class_req); in be_node_set_reg_class_out()
H A Dbechordal_common.c281 be_set_constr_out(perm, get_Proj_proj(proj), op->req); in pre_process_constraints()
H A Dbenode.h428 void be_set_constr_out(ir_node *irn, int pos, const arch_register_req_t *req);