X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_new_nodes.h;h=6d4637f454c23f5f425bfb2c0370ac16c3d2269c;hb=44dd4365d606bc60bbbf97200b89c903d788ce45;hp=d2a2dcb079a4c484e3a95407416cc2cfbb24d47d;hpb=fdce0699d5d6ad23b9ce405e1a4fb9707fb9d51f;p=libfirm diff --git a/ir/be/arm/arm_new_nodes.h b/ir/be/arm/arm_new_nodes.h index d2a2dcb07..6d4637f45 100644 --- a/ir/be/arm/arm_new_nodes.h +++ b/ir/be/arm/arm_new_nodes.h @@ -69,81 +69,16 @@ const arm_SwitchJmp_attr_t *get_arm_SwitchJmp_attr_const(const ir_node *node); */ const arch_register_req_t **get_arm_in_req_all(const ir_node *node); -/** - * Returns the result register requirements of an arm node. - */ -const arch_register_req_t **get_arm_out_req_all(const ir_node *node); - /** * Returns the argument register requirements of an arm node. */ const arch_register_req_t *get_arm_in_req(const ir_node *node, int pos); -/** - * Returns the result register requirements of an arm node. - */ -const arch_register_req_t *get_arm_out_req(const ir_node *node, int pos); - -/** - * Sets the OUT register requirements at position pos. - */ -void set_arm_req_out(ir_node *node, const arch_register_req_t *req, int pos); - -/** - * Sets the complete OUT requirements of node. - */ -void set_arm_req_out_all(ir_node *node, const arch_register_req_t **reqs); - /** * Sets the IN register requirements at position pos. */ void set_arm_req_in(ir_node *node, const arch_register_req_t *req, int pos); -/** - * Returns the register flag of an arm node. - */ -arch_irn_flags_t get_arm_flags(const ir_node *node); - -/** - * Sets the register flag of an arm node. - */ -void set_arm_flags(ir_node *node, arch_irn_flags_t flags); - -/** - * Returns the result register slots of an arm node. - */ -const arch_register_t **get_arm_slots(const ir_node *node); - -/** - * Returns the name of the OUT register at position pos. - */ -const char *get_arm_out_reg_name(const ir_node *node, int pos); - -/** - * Returns the index of the OUT register at position pos within its register class. - */ -int get_arm_out_regnr(const ir_node *node, int pos); - -/** - * Returns the OUT register at position pos. - */ -const arch_register_t *get_arm_out_reg(const ir_node *node, int pos); - -/** - * Returns the number of results. - */ -int get_arm_n_res(const ir_node *node); - -/** - * Sets the flags for the n'th out. - */ -void set_arm_out_flags(ir_node *node, arch_irn_flags_t flags, int pos); - -/** - * Gets the flags for the n'th out. - */ -arch_irn_flags_t get_arm_out_flags(const ir_node *node, int pos); - /** * Returns the immediate value */