Home
last modified time | relevance | path

Searched refs:mode_P_code (Results 1 – 15 of 15) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirmode.c144 ir_mode *mode_P_code; variable
183 mode_P_code = p; in set_modeP_code()
605 mode_P_code = mode_P; in init_mode()
722 mode_P_code = NULL; in finish_mode()
H A Dinstrument.c83 ir_node *const adr = new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent); in instrument_initcall()
H A Dirmode_t.h36 static inline ir_mode *get_modeP_code_(void) { return mode_P_code; } in get_modeP_code_()
H A Dirprofile.c164 ir_node *val = new_rd_SymConst_addr_ent(NULL, irg, mode_P_code, method); in add_constructor()
H A Dgen_ir_cons.c.inl1329 …de(dbgi, irg, block, op_Sel, is_Method_type(get_entity_type(entity)) ? mode_P_code : mode_P_data, …
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dirmode.h238 FIRM_API ir_mode *mode_P_code; /**< A pointer mode that is set by the client of libfirm. This mode variable
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_copyb.c185 return new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent); in get_memcpy_symconst()
H A Dlower_softfloat.c324 return new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent); in create_softfloat_symconst()
H A Dlower_intrinsics.c1192 addr = new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent); in i_mapper_RuntimeCall()
H A Dlower_dw.c522 return new_r_SymConst(env->irg, mode_P_code, sym, symconst_addr_ent); in get_intrinsic_address()
/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtype.c1142 assert((get_mode_size_bits(mode_P_code) % 8 == 0) && "unorthodox modes not implemented"); in new_d_type_method()
1143 res = new_type(type_method, mode_P_code, db); in new_d_type_method()
1145 res->size = get_mode_size_bytes(mode_P_code); in new_d_type_method()
1772 mode = mode_P_code; in new_d_type_pointer()
H A Dentity.c104 set_atomic_ent_value(res, new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent)); in new_d_entity()
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dproc_cloning.c456 callee = new_r_SymConst(irg, mode_P_code, sym, symconst_addr_ent); in new_cl_Call()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbeabi.c1785 trampoline_const = new_rd_SymConst_addr_ent(dbgi, irg, mode_P_code, in fix_pic_symconsts()
1808 pic_symconst = new_rd_SymConst_addr_ent(dbgi, irg, mode_P_code, in fix_pic_symconsts()
/dports/lang/cparser/cparser-0.9.14/
H A Dast2firm.c3277 return new_d_SymConst(dbgi, mode_P_code, value, symconst_addr_ent); in label_address_to_firm()
5135 ir_node *val = new_rd_SymConst_addr_ent(NULL, irg, mode_P_code, in add_function_pointer()