Home
last modified time | relevance | path

Searched refs:op_Const (Results 1 – 16 of 16) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl19 ir_op *op_Const; ir_op *get_op_Const(void) { return op_Const; } variable
85op_Const = new_ir_op(iro_Const, "Const", op_pin_state_floats, irop_flag_constlike | irop_flag_star…
156 free_ir_op(op_Const); op_Const = NULL;
H A Dirop.c603 register_node_cmp_func(op_Const, node_cmp_attr_Const); in firm_init_op()
617 register_node_hash_func(op_Const, hash_Const); in firm_init_op()
H A Dgen_irnode.h68 return get_irn_op_(node) == op_Const; in is_Const_()
H A Dirverify.c2177 register_verify_node_func(op_Const, verify_node_Const); in ir_register_verify_node_ops()
H A Dgen_irio.inl1142 register_node_writer(op_Const, write_Const);
H A Dgen_ir_cons.c.inl475 …ir_node *res = new_ir_node(dbgi, irg, get_irg_start_block(irg), op_Const, get_tarval_mode(tarval),…
H A Diropt.c6335 register_computed_value_func(op_Const, computed_value_Const); in ir_register_opt_node_ops()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dopcodes.h173 FIRM_API ir_op *op_Const; variable
/dports/devel/libfirm/libfirm-1.21.0/ir/be/TEMPLATE/
H A DTEMPLATE_transform.c304 be_set_transform_function(op_Const, gen_Const); in TEMPLATE_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/amd64/
H A Damd64_transform.c540 be_set_transform_function(op_Const, gen_Const); in amd64_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbetranshlp.c544 be_set_upper_bits_clean_function(op_Const, const_upper_bits_clean); in be_start_transform_setup()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_softfloat.c1083 ir_register_softloat_lower_function(op_Const, lower_Const); in lower_floating_point()
H A Dlower_dw.c3047 ir_register_dw_lower_function(op_Const, lower_Const); in ir_prepare_dw_lowering()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/arm/
H A Darm_transform.c2023 be_set_transform_function(op_Const, gen_Const);
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_transform.c2366 be_set_transform_function(op_Const, gen_Const); in sparc_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_transform.c5655 be_set_transform_function(op_Const, gen_Const); in register_transformers()