Searched refs:mem_value (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | blocks.cc | 800 set_info *mem_value = nullptr; in add_phi_nodes() local 809 mem_value = bi.bb_mem_live_out[pred_bb->index ()]; in add_phi_nodes() 810 m_temp_defs.quick_push (mem_value); in add_phi_nodes() 811 if (mem_value != m_temp_defs[0]) in add_phi_nodes() 825 access_info *input[] = { mem_value }; in add_phi_nodes() 826 mem_value = create_phi (ebb, memory, input, 1); in add_phi_nodes() 833 mem_value = create_phi (ebb, memory, inputs, num_preds); in add_phi_nodes() 835 bi.record_mem_def (mem_value); in add_phi_nodes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.cc | 4075 rtx mem_value = 0; in emit_library_call_value_1() local 4145 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 4152 mem_value = value; in emit_library_call_value_1() 4154 mem_value = assign_temp (tfom, 1, 1); in emit_library_call_value_1() 4191 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1() 4193 rtx addr = XEXP (mem_value, 0); in emit_library_call_value_1() 4637 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1() 4641 force_operand (XEXP (mem_value, 0), in emit_library_call_value_1() 4650 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 4741 if (mem_value) in emit_library_call_value_1() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.c | 5075 rtx mem_value = 0; in emit_library_call_value_1() local 5145 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 5152 mem_value = value; in emit_library_call_value_1() 5154 mem_value = assign_temp (tfom, 1, 1); in emit_library_call_value_1() 5191 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1() 5193 rtx addr = XEXP (mem_value, 0); in emit_library_call_value_1() 5637 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1() 5641 force_operand (XEXP (mem_value, 0), in emit_library_call_value_1() 5650 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 5741 if (mem_value) in emit_library_call_value_1() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | intel_pm.c | 2531 u32 mem_value, bool is_lp) in ilk_compute_pri_wm() argument 2536 if (mem_value == 0) in ilk_compute_pri_wm() 2544 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm() 2552 cpp, mem_value); in ilk_compute_pri_wm() 2563 u32 mem_value) in ilk_compute_spr_wm() argument 2568 if (mem_value == 0) in ilk_compute_spr_wm() 2576 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm() 2580 cpp, mem_value); in ilk_compute_spr_wm() 2590 u32 mem_value) in ilk_compute_cur_wm() argument 2594 if (mem_value == 0) in ilk_compute_cur_wm() [all …]
|