X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_new_nodes.h;h=3e1bf7f64b47ca81a4cda3fa638759e3e77a46eb;hb=0f4eb60a2e04ea5205276589b8f43171816965be;hp=4b42c88077b8c93d0cf0c29b2799661f12147a04;hpb=e3b48a6e175876384ae07a4f243b6f37697bb6d7;p=libfirm diff --git a/ir/be/ia32/ia32_new_nodes.h b/ir/be/ia32/ia32_new_nodes.h index 4b42c8807..3e1bf7f64 100644 --- a/ir/be/ia32/ia32_new_nodes.h +++ b/ir/be/ia32/ia32_new_nodes.h @@ -283,43 +283,6 @@ void set_ia32_req_out(ir_node *node, const arch_register_req_t *req, int pos); */ void set_ia32_req_in(ir_node *node, const arch_register_req_t *req, int pos); -/** - * Returns the register flag of an ia32 node. - */ -arch_irn_flags_t get_ia32_flags(const ir_node *node); - -/** - * Sets the register flag of an ia32 node. - */ -void set_ia32_flags(ir_node *node, arch_irn_flags_t flags); - -void add_ia32_flags(ir_node *node, arch_irn_flags_t flags); - -/** - * Returns the result register slots of an ia32 node. - */ -const arch_register_t **get_ia32_slots(const ir_node *node); - -/** - * Returns the name of the OUT register at position pos. - */ -const char *get_ia32_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_ia32_out_regnr(const ir_node *node, int pos); - -/** - * Returns the OUT register at position pos. - */ -const arch_register_t *get_ia32_out_reg(const ir_node *node, int pos); - -/** - * Returns the number of results. - */ -int get_ia32_n_res(const ir_node *node); - /** * Returns the condition code of a node. */ @@ -386,7 +349,7 @@ const char *get_ia32_orig_node(const ir_node *node); /** * Sets the name of the original ir node. */ -void set_ia32_orig_node(ir_node *node, const char *name); +void set_ia32_orig_node(ir_node *node, const ir_node *old); #endif /* NDEBUG */ @@ -425,16 +388,6 @@ int is_ia32_AddrModeS(const ir_node *node); */ int is_ia32_AddrModeD(const ir_node *node); -/** - * Checks if node is a Load or fLoad. - */ -int is_ia32_Ld(const ir_node *node); - -/** - * Checks if node is a Store or fStore. - */ -int is_ia32_St(const ir_node *node); - /** * Swaps left/right input of a node (and adjusts pnc if needed) */